rust/crates/flycheck/Cargo.toml

18 lines
326 B
TOML
Raw Normal View History

[package]
edition = "2018"
2020-06-25 02:13:46 -05:00
name = "flycheck"
version = "0.1.0"
authors = ["rust-analyzer developers"]
2020-07-13 20:57:26 -05:00
license = "MIT OR Apache-2.0"
2020-05-04 05:26:52 -05:00
[lib]
doctest = false
[dependencies]
2020-02-18 07:57:41 -06:00
crossbeam-channel = "0.4.0"
log = "0.4.8"
2020-05-09 17:22:26 -05:00
cargo_metadata = "0.10.0"
2020-02-18 07:57:41 -06:00
serde_json = "1.0.48"
jod-thread = "0.1.1"
2020-05-08 05:25:36 -05:00
ra_toolchain = { path = "../ra_toolchain" }