2018-12-18 03:29:14 -06: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 14:23:31 -06:00
|
|
|
crossbeam-channel = "0.3.5"
|
2018-12-18 04:18:55 -06:00
|
|
|
log = "0.4.6"
|
2019-01-23 11:42:26 -06:00
|
|
|
notify = "4.0.7"
|
2019-01-06 08:05:12 -06:00
|
|
|
drop_bomb = "0.1.0"
|
2019-01-18 18:15:22 -06:00
|
|
|
parking_lot = "0.7.0"
|
2018-12-18 04:18:55 -06:00
|
|
|
|
|
|
|
thread_worker = { path = "../thread_worker" }
|
2019-01-04 07:01:06 -06:00
|
|
|
ra_arena = { path = "../ra_arena" }
|
2018-12-18 07:38:05 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "3"
|
2019-01-06 11:36:22 -06:00
|
|
|
flexi_logger = "0.10.0"
|