aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-30 18:23:28 +0100
committerAleksey Kladov <[email protected]>2019-08-30 18:32:59 +0100
commit983de30a567f2cb4d9e28e12702e509ca713da62 (patch)
tree9bdd597701e1b150492a78b6c85ff856f0fc51bd /crates/thread_worker/Cargo.toml
parent7cc14a759699dd2503199116521e9ba65e3f1aa8 (diff)
inline thread-worker
Diffstat (limited to 'crates/thread_worker/Cargo.toml')
-rw-r--r--crates/thread_worker/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml
deleted file mode 100644
index e3babbf8d..000000000
--- a/crates/thread_worker/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
1[package]
2edition = "2018"
3name = "thread_worker"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[dependencies]
8jod-thread = "0.1.0"
9crossbeam-channel = "0.3.5"
10log = "0.4.3"