rust/crates/ra_flycheck/Cargo.toml

17 lines
299 B
TOML
Raw Normal View History

[package]
edition = "2018"
2020-03-31 17:05:15 +02:00
name = "ra_flycheck"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2020-05-04 12:26:52 +02:00
[lib]
doctest = false
[dependencies]
2020-02-18 14:57:41 +01:00
crossbeam-channel = "0.4.0"
log = "0.4.8"
2020-05-10 00:22:26 +02:00
cargo_metadata = "0.10.0"
2020-02-18 14:57:41 +01:00
serde_json = "1.0.48"
jod-thread = "0.1.1"
2020-05-08 12:25:36 +02:00
ra_toolchain = { path = "../ra_toolchain" }