diff options
Diffstat (limited to 'crates/ra_batch/Cargo.toml')
-rw-r--r-- | crates/ra_batch/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml deleted file mode 100644 index 3bf351fe3..000000000 --- a/crates/ra_batch/Cargo.toml +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | [package] | ||
2 | edition = "2018" | ||
3 | name = "ra_batch" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | |||
7 | [lib] | ||
8 | doctest = false | ||
9 | |||
10 | [dependencies] | ||
11 | log = "0.4.5" | ||
12 | rustc-hash = "1.0" | ||
13 | crossbeam-channel = "0.4.0" | ||
14 | |||
15 | ra_vfs = "0.5.0" | ||
16 | ra_vfs_glob = { path = "../ra_vfs_glob" } | ||
17 | ra_db = { path = "../ra_db" } | ||
18 | ra_ide = { path = "../ra_ide" } | ||
19 | ra_hir = { path = "../ra_hir" } | ||
20 | ra_project_model = { path = "../ra_project_model" } | ||