2018-12-18 12:29:14 +03: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"
|
2018-12-30 23:23:31 +03:00
|
|
|
crossbeam-channel = "0.3.5"
|
2018-12-18 13:18:55 +03:00
|
|
|
log = "0.4.6"
|
|
|
|
|
|
|
|
thread_worker = { path = "../thread_worker" }
|
2019-01-04 16:01:06 +03:00
|
|
|
ra_arena = { path = "../ra_arena" }
|
2018-12-18 16:38:05 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "3"
|