aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_project_model/Cargo.toml')
-rw-r--r--crates/ra_project_model/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml
index 5215e5232..f65aabad7 100644
--- a/crates/ra_project_model/Cargo.toml
+++ b/crates/ra_project_model/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
7[dependencies] 7[dependencies]
8# itertools = "0.8.0" 8# itertools = "0.8.0"
9# join_to_string = "0.1.3" 9# join_to_string = "0.1.3"
10# log = "0.4.5" 10log = "0.4.5"
11# relative-path = "0.4.0" 11# relative-path = "0.4.0"
12# rayon = "1.0.2" 12# rayon = "1.0.2"
13# fst = "0.3.1" 13# fst = "0.3.1"
@@ -25,6 +25,8 @@ walkdir = "2.2.7"
25cargo_metadata = "0.7.0" 25cargo_metadata = "0.7.0"
26 26
27ra_arena = { path = "../ra_arena" } 27ra_arena = { path = "../ra_arena" }
28ra_db = { path = "../ra_db" }
29ra_vfs = { path = "../ra_vfs" }
28 30
29[dev-dependencies] 31[dev-dependencies]
30test_utils = { path = "../test_utils" } 32test_utils = { path = "../test_utils" }