From 43e52ac9e2b26ec287b1778823bad10851cfd44e Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sat, 9 Feb 2019 13:06:12 +0100 Subject: Implement BatchDatabase construction --- crates/ra_batch/Cargo.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'crates/ra_batch/Cargo.toml') diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml index 3e83f8388..30a0749c7 100644 --- a/crates/ra_batch/Cargo.toml +++ b/crates/ra_batch/Cargo.toml @@ -5,20 +5,16 @@ version = "0.1.0" authors = ["Aleksey Kladov "] [dependencies] -itertools = "0.8.0" -join_to_string = "0.1.3" log = "0.4.5" -relative-path = "0.4.0" -rayon = "1.0.2" -fst = "0.3.1" rustc-hash = "1.0" -parking_lot = "0.7.0" -unicase = "2.2.0" + +failure = "0.1.4" ra_syntax = { path = "../ra_syntax" } ra_db = { path = "../ra_db" } ra_hir = { path = "../ra_hir" } +ra_vfs = { path = "../ra_vfs" } +ra_project_model = { path = "../ra_project_model" } [dev-dependencies] test_utils = { path = "../test_utils" } -insta = "0.6.1" -- cgit v1.2.3