aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-18 12:30:58 +0000
committerAleksey Kladov <[email protected]>2019-02-18 12:30:58 +0000
commitdef7bc0ec55a0afb2cb577e2e80d95b33a1cf115 (patch)
tree1e29426acbe0e1f633e888f1929308be8725f3f6 /crates/ra_vfs/Cargo.toml
parent9da37051911132279131530e958b0adc0a5a9aaa (diff)
drop dependency on thread_worker
Diffstat (limited to 'crates/ra_vfs/Cargo.toml')
-rw-r--r--crates/ra_vfs/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
index 2fe3102ab..fdaf31b9c 100644
--- a/crates/ra_vfs/Cargo.toml
+++ b/crates/ra_vfs/Cargo.toml
@@ -13,8 +13,6 @@ log = "0.4.6"
13notify = "4.0.9" 13notify = "4.0.9"
14parking_lot = "0.7.0" 14parking_lot = "0.7.0"
15 15
16thread_worker = { path = "../thread_worker" }
17
18[dev-dependencies] 16[dev-dependencies]
19tempfile = "3" 17tempfile = "3"
20flexi_logger = "0.10.0" 18flexi_logger = "0.10.0"