aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-18 09:29:14 +0000
committerAleksey Kladov <[email protected]>2018-12-20 09:15:23 +0000
commit7509901fa0985f8fc4893a83e0275a063f072dda (patch)
treec39da5c7459d633772c50df1135a3653cb506903 /crates/ra_vfs/Cargo.toml
parentdbb62b5baa36783bbca06f09c77794fce3ceff0c (diff)
wip
Diffstat (limited to 'crates/ra_vfs/Cargo.toml')
-rw-r--r--crates/ra_vfs/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
new file mode 100644
index 000000000..f8d49b3f5
--- /dev/null
+++ b/crates/ra_vfs/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2edition = "2018"
3name = "ra_vfs"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6
7[dependencies]
8walkdir = "2.2.7"
9relative-path = "0.4.0"
10rustc-hash = "1.0"
11crossbeam-channel = "0.2.4"