From a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 Mon Sep 17 00:00:00 2001 From: Shotaro Yamada Date: Tue, 9 Jul 2019 00:28:00 +0900 Subject: Remove unused dependencies --- crates/ra_project_model/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crates/ra_project_model/Cargo.toml') diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index a1f7bf6dc..3545d23c9 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml @@ -9,8 +9,6 @@ log = "0.4.5" rustc-hash = "1.0" relative-path = "0.4.0" -walkdir = "2.2.7" - cargo_metadata = "0.8.0" ra_arena = { path = "../ra_arena" } @@ -18,6 +16,3 @@ ra_db = { path = "../ra_db" } serde = { version = "1.0.89", features = ["derive"] } serde_json = "1.0.39" - -[dev-dependencies] -test_utils = { path = "../test_utils" } -- cgit v1.2.3