]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/flycheck/Cargo.toml
Auto merge of #100298 - BlackHoleFox:hashmap_keygen_cleanup, r=Mark-Simulacrum
[rust.git] / src / tools / rust-analyzer / 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 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 crossbeam-channel = "0.5.5"
14 tracing = "0.1.35"
15 cargo_metadata = "0.15.0"
16 serde = { version = "1.0.137", features = ["derive"] }
17 serde_json = "1.0.81"
18 jod-thread = "0.1.2"
19
20 toolchain = { path = "../toolchain", version = "0.0.0" }
21 stdx = { path = "../stdx", version = "0.0.0" }
22 paths = { path = "../paths", version = "0.0.0" }