File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,21 @@ edition = "2018"
18
18
19
19
[dependencies ]
20
20
cargo_metadata = " 0.9.0"
21
+ if_chain = " 1.0.0"
21
22
itertools = " 0.8"
22
23
lazy_static = " 1.0.2"
23
24
matches = " 0.1.7"
25
+ pulldown-cmark = " 0.6.0"
24
26
quine-mc_cluskey = " 0.2.2"
25
27
regex-syntax = " 0.6"
26
- semver = " 0.9.0"
27
28
serde = { version = " 1.0" , features = [" derive" ] }
29
+ smallvec = { version = " 0.6.5" , features = [" union" ] }
28
30
toml = " 0.5.3"
29
31
unicode-normalization = " 0.1"
30
- pulldown-cmark = " 0.6.0"
31
- url = { version = " 2.1.0" , features = [" serde" ] } # cargo requires serde feat in its url dep
32
- # see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
33
- if_chain = " 1.0.0"
34
- smallvec = { version = " 0.6.5" , features = [" union" ] }
32
+ semver = " 0.9.0"
33
+ # NOTE: cargo requires serde feat in its url dep
34
+ # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
35
+ url = { version = " 2.1.0" , features = [" serde" ] }
35
36
36
37
[features ]
37
38
debugging = []
You can’t perform that action at this time.
0 commit comments