aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_db/Cargo.toml')
-rw-r--r--crates/ra_db/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 3bf2f635e..f316c0ab2 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -5,12 +5,10 @@ version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"] 5authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8log = "0.4.5"
9relative-path = "0.4.0" 8relative-path = "0.4.0"
10salsa = "0.8.0" 9salsa = "0.8.0"
11rustc-hash = "1.0" 10rustc-hash = "1.0"
12parking_lot = "0.6.4" 11parking_lot = "0.6.4"
13id-arena = { git = "https://github.com/fitzgen/id-arena/", rev = "43ecd67" }
14ra_syntax = { path = "../ra_syntax" } 12ra_syntax = { path = "../ra_syntax" }
15ra_editor = { path = "../ra_editor" } 13ra_editor = { path = "../ra_editor" }
16test_utils = { path = "../test_utils" } 14test_utils = { path = "../test_utils" }