rust/crates/ra_vfs/Cargo.toml

15 lines
283 B
TOML
Raw Normal View History

2018-12-18 10:29:14 +01:00
[package]
edition = "2018"
name = "ra_vfs"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
walkdir = "2.2.7"
relative-path = "0.4.0"
rustc-hash = "1.0"
crossbeam-channel = "0.2.4"
2018-12-18 11:18:55 +01:00
log = "0.4.6"
thread_worker = { path = "../thread_worker" }