diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-18 13:44:15 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-18 13:44:15 +0000 |
commit | dae8b68d9d4beea0fb2edc648321ae2af8870336 (patch) | |
tree | 2c03b6df907077945f02f52ce6c5ca131b69ee93 /crates/ra_vfs/Cargo.toml | |
parent | a591c3460b88f56fbab6af2d4e0c47ca12197405 (diff) | |
parent | a6897a837c2f633bdc88b87c614db227aab3b1ad (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.toml | 18 |
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] | ||
2 | edition = "2018" | ||
3 | name = "ra_vfs" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | |||
7 | [dependencies] | ||
8 | walkdir = "2.2.7" | ||
9 | relative-path = "0.4.0" | ||
10 | rustc-hash = "1.0" | ||
11 | crossbeam-channel = "0.3.5" | ||
12 | log = "0.4.6" | ||
13 | notify = "4.0.9" | ||
14 | parking_lot = "0.7.0" | ||
15 | |||
16 | [dev-dependencies] | ||
17 | tempfile = "3" | ||
18 | flexi_logger = "0.10.0" | ||