rust/crates/flycheck/Cargo.toml

18 lines
326 B
TOML
Raw Normal View History

[package]
edition = "2018"
2020-06-25 09:13:46 +02:00
name = "flycheck"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2020-07-14 03:57:26 +02:00
license = "MIT OR Apache-2.0"
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-07-29 23:06:56 +02:00
cargo_metadata = "0.11.1"
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" }