summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/flycheck/Cargo.toml
blob: 609d18c4eea33164bbb2d4bf582f2c0b144894e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "flycheck"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
crossbeam-channel = "0.5.5"
tracing = "0.1.37"
cargo_metadata = "0.15.0"
rustc-hash = "1.1.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.86"
jod-thread = "0.1.2"
command-group = "2.0.1"

# local deps
paths.workspace = true
stdx.workspace = true
toolchain.workspace = true