rust/crates/thread_worker/Cargo.toml
Ville Penttinen 710975ecd8 Fix typo in Cargo.toml authors
Fixes typo introduced in #782
2019-02-11 10:20:04 +02:00

11 lines
186 B
TOML

[package]
edition = "2018"
name = "thread_worker"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
drop_bomb = "0.1.0"
crossbeam-channel = "0.3.5"
log = "0.4.3"