diff options
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 4e2ba6d61..6d5c9daf5 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -17,13 +17,11 @@ indexmap = "1.3.2" | |||
17 | itertools = "0.9.0" | 17 | itertools = "0.9.0" |
18 | log = "0.4.8" | 18 | log = "0.4.8" |
19 | rustc-hash = "1.1.0" | 19 | rustc-hash = "1.1.0" |
20 | rand = { version = "0.7.3", features = ["small_rng"] } | ||
21 | url = "*" | 20 | url = "*" |
22 | maplit = "*" | ||
23 | lazy_static = "*" | ||
24 | pulldown-cmark-to-cmark = "4.0.2" | 21 | pulldown-cmark-to-cmark = "4.0.2" |
25 | pulldown-cmark = "0.7.0" | 22 | pulldown-cmark = "0.7.0" |
26 | oorandom = "11.1.2" | 23 | oorandom = "11.1.2" |
24 | once_cell = "1" | ||
27 | 25 | ||
28 | stdx = { path = "../stdx" } | 26 | stdx = { path = "../stdx" } |
29 | 27 | ||