rust-analyzer/crates/ra_flycheck/Cargo.toml

21 lines
384 B
TOML
Raw Normal View History

[package]
edition = "2018"
2020-03-31 15:05:15 +00:00
name = "ra_flycheck"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2020-05-04 10:26:52 +00:00
[lib]
doctest = false
[dependencies]
2020-02-18 13:57:41 +00:00
crossbeam-channel = "0.4.0"
lsp-types = { version = "0.74.0", features = ["proposed"] }
2020-02-18 13:57:41 +00:00
log = "0.4.8"
2020-05-09 22:22:26 +00:00
cargo_metadata = "0.10.0"
2020-02-18 13:57:41 +00:00
serde_json = "1.0.48"
jod-thread = "0.1.1"
ra_env = { path = "../ra_env" }
[dev-dependencies]
2020-04-14 17:57:02 +00:00
insta = "0.16.0"