aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-14 17:43:45 +0000
committerAleksey Kladov <[email protected]>2019-02-14 18:11:07 +0000
commitbf352cd2511775a331d77dee261b64bd8359dacb (patch)
treeba7d988ebef437d5a9d7beac048b5ac0dbd2fe9c /crates/thread_worker/Cargo.toml
parent10bf61b83b2600ed3cb7e7825f1cd0ee83e9b7e7 (diff)
automatically wait for worker threads
closes #817
Diffstat (limited to 'crates/thread_worker/Cargo.toml')
-rw-r--r--crates/thread_worker/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml
index 363b4c3b8..a9857d59d 100644
--- a/crates/thread_worker/Cargo.toml
+++ b/crates/thread_worker/Cargo.toml
@@ -5,7 +5,6 @@ version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8drop_bomb = "0.1.0"
9crossbeam-channel = "0.3.5" 8crossbeam-channel = "0.3.5"
10log = "0.4.3" 9log = "0.4.3"
11 10