]> git.lizzy.rs Git - rust.git/blob - crates/flycheck/Cargo.toml
Merge #6270
[rust.git] / crates / flycheck / Cargo.toml
1 [package]
2 name = "flycheck"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 crossbeam-channel = "0.5.0"
14 log = "0.4.8"
15 cargo_metadata = "0.12.0"
16 serde_json = "1.0.48"
17 jod-thread = "0.1.1"
18
19 toolchain = { path = "../toolchain", version = "0.0.0" }