File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,14 @@ authors = ["The Rust Project Developers"]
55edition = " 2018"
66
77[dependencies ]
8- cargo_metadata = " 0.12"
98if_chain = " 1.0.0"
109itertools = " 0.9"
11- pulldown-cmark = { version = " 0.8" , default-features = false }
12- quine-mc_cluskey = " 0.2.2"
1310regex-syntax = " 0.6"
1411serde = { version = " 1.0" , features = [" derive" ] }
1512smallvec = { version = " 1" , features = [" union" ] }
1613toml = " 0.5.3"
1714unicode-normalization = " 0.1"
18- semver = " 0.11"
1915rustc-semver =" 1.1.0"
20- # NOTE: cargo requires serde feat in its url dep
21- # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
22- url = { version = " 2.1.0" , features = [" serde" ] }
23- quote = " 1"
24- syn = { version = " 1" , features = [" full" ] }
2516
2617[features ]
2718internal-lints = []
You can’t perform that action at this time.
0 commit comments