]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/flycheck/Cargo.toml
Rollup merge of #104793 - nicholasbishop:bishop-add-efiapi, r=JohnTitor
[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.65"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 crossbeam-channel = "0.5.5"
14 tracing = "0.1.37"
15 cargo_metadata = "0.15.0"
16 rustc-hash = "1.1.0"
17 serde = { version = "1.0.137", features = ["derive"] }
18 serde_json = "1.0.86"
19 jod-thread = "0.1.2"
20 command-group = "1.0.8"
21
22 toolchain = { path = "../toolchain", version = "0.0.0" }
23 stdx = { path = "../stdx", version = "0.0.0" }
24 paths = { path = "../paths", version = "0.0.0" }