rust/crates/thread_worker/Cargo.toml

11 lines
166 B
TOML
Raw Normal View History

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