diff options
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index d399d5e2e..8939e9d79 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -15,6 +15,7 @@ rustc-hash = "1.0" | |||
15 | parking_lot = "0.7.0" | 15 | parking_lot = "0.7.0" |
16 | unicase = "2.2.0" | 16 | unicase = "2.2.0" |
17 | superslice = "1.0.0" | 17 | superslice = "1.0.0" |
18 | rand = "0.6.5" | ||
18 | 19 | ||
19 | jemallocator = { version = "0.1.9", optional = true } | 20 | jemallocator = { version = "0.1.9", optional = true } |
20 | jemalloc-ctl = { version = "0.2.0", optional = true } | 21 | jemalloc-ctl = { version = "0.2.0", optional = true } |