mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
bf352cd251
closes #817
10 lines
166 B
TOML
10 lines
166 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "thread_worker"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.3.5"
|
|
log = "0.4.3"
|
|
|