rust/crates/thread_worker/Cargo.toml

11 lines
166 B
TOML
Raw Normal View History

2018-12-18 10:45:20 +01:00
[package]
edition = "2018"
name = "thread_worker"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-12-18 10:45:20 +01:00
[dependencies]
2018-12-30 21:23:31 +01:00
crossbeam-channel = "0.3.5"
2018-12-18 10:45:20 +01:00
log = "0.4.3"