aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 18:00:51 +0000
committerAleksey Kladov <[email protected]>2019-01-08 18:03:42 +0000
commit695294bbb974cdbac136e260029403e90a17d953 (patch)
treecaa02f8086ad15fb6f884e56bc6a0231b203215f /crates/ra_db/Cargo.toml
parent0c88360eb46c44935421c5d4bc36910ce3e96782 (diff)
ra_db is independent from editor
Diffstat (limited to 'crates/ra_db/Cargo.toml')
-rw-r--r--crates/ra_db/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index c43e65051..2c1f94ad0 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -11,5 +11,4 @@ rustc-hash = "1.0"
11parking_lot = "0.7.0" 11parking_lot = "0.7.0"
12ra_arena = { path = "../ra_arena" } 12ra_arena = { path = "../ra_arena" }
13ra_syntax = { path = "../ra_syntax" } 13ra_syntax = { path = "../ra_syntax" }
14ra_editor = { path = "../ra_editor" }
15test_utils = { path = "../test_utils" } 14test_utils = { path = "../test_utils" }