aboutsummaryrefslogtreecommitdiff
path: root/crates/thread_worker/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-18 09:45:20 +0000
committerAleksey Kladov <[email protected]>2018-12-18 09:52:17 +0000
commit193992fd14e88d91a3695f10204232d4c81192dc (patch)
treefced7beb98137d8675e0f864c7b41c909b97ebf5 /crates/thread_worker/Cargo.toml
parent4a1ab869b7aaa38d55e8995ec1b49e72b55a5965 (diff)
move thread worker to a separate crate
Diffstat (limited to 'crates/thread_worker/Cargo.toml')
-rw-r--r--crates/thread_worker/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml
new file mode 100644
index 000000000..62d66a1a3
--- /dev/null
+++ b/crates/thread_worker/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2edition = "2018"
3name = "thread_worker"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6
7[dependencies]
8drop_bomb = "0.1.0"
9crossbeam-channel = "0.2.4"
10log = "0.4.3"
11