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.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml
index 9cdf2b322..90f8b8398 100644
--- a/crates/ra_project_model/Cargo.toml
+++ b/crates/ra_project_model/Cargo.toml
@@ -8,9 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
8log = "0.4.5" 8log = "0.4.5"
9rustc-hash = "1.0" 9rustc-hash = "1.0"
10 10
11# TODO get rid of these?
12failure = "0.1.4" 11failure = "0.1.4"
13failure_derive = "0.1.4"
14 12
15walkdir = "2.2.7" 13walkdir = "2.2.7"
16 14