rust-analyzer/crates/thread_worker/Cargo.toml

12 lines
187 B
TOML
Raw Normal View History

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