aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:44:15 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:44:15 +0000
commitdae8b68d9d4beea0fb2edc648321ae2af8870336 (patch)
tree2c03b6df907077945f02f52ce6c5ca131b69ee93 /crates/ra_vfs/Cargo.toml
parenta591c3460b88f56fbab6af2d4e0c47ca12197405 (diff)
parenta6897a837c2f633bdc88b87c614db227aab3b1ad (diff)
Merge #857
857: remove local-vfs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_vfs/Cargo.toml')
-rw-r--r--crates/ra_vfs/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
deleted file mode 100644
index fdaf31b9c..000000000
--- a/crates/ra_vfs/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_vfs"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[dependencies]
8walkdir = "2.2.7"
9relative-path = "0.4.0"
10rustc-hash = "1.0"
11crossbeam-channel = "0.3.5"
12log = "0.4.6"
13notify = "4.0.9"
14parking_lot = "0.7.0"
15
16[dev-dependencies]
17tempfile = "3"
18flexi_logger = "0.10.0"