aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-30 18:39:19 +0100
committerGitHub <[email protected]>2019-08-30 18:39:19 +0100
commitf90a88630195a1b6b542b5883295d66dd6c59cef (patch)
tree9bdd597701e1b150492a78b6c85ff856f0fc51bd /crates/thread_worker/Cargo.toml
parentffc95759c7b538d8dacc336912b62857d4919cdd (diff)
parent983de30a567f2cb4d9e28e12702e509ca713da62 (diff)
Merge #1740
1740: :arrow_up: lsp-server r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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"