aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck/Cargo.toml
blob: eac502da51f673df299d5968be51f62836b8b75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
edition = "2018"
name = "ra_flycheck"
version = "0.1.0"
authors = ["rust-analyzer developers"]

[lib]
doctest = false

[dependencies]
crossbeam-channel = "0.4.0"
lsp-types = { version = "0.74.0", features = ["proposed"] }
log = "0.4.8"
cargo_metadata = "0.10.0"
serde_json = "1.0.48"
jod-thread = "0.1.1"
ra_toolchain = { path = "../ra_toolchain" }

[dev-dependencies]
insta = "0.16.0"