aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
blob: ccea8a866fbb3d463f2b694fe217bb3890ecca73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
edition = "2018"
name = "ra_vfs"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
walkdir = "2.2.7"
relative-path = "0.4.0"
rustc-hash = "1.0"
crossbeam-channel = "0.2.4"
log = "0.4.6"

thread_worker = { path = "../thread_worker" }

[dev-dependencies]
tempfile = "3"