rust-analyzer/crates/flycheck/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
499 B
TOML
Raw Normal View History

[package]
2020-06-25 07:13:46 +00:00
name = "flycheck"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
description = "TBD"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2020-05-04 10:26:52 +00:00
[lib]
doctest = false
[dependencies]
2022-07-02 19:27:24 +00:00
crossbeam-channel = "0.5.5"
2022-06-10 14:30:09 +00:00
tracing = "0.1.35"
2022-07-03 07:08:10 +00:00
cargo_metadata = "0.15.0"
2022-06-10 14:30:09 +00:00
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
2022-03-22 16:36:41 +00:00
jod-thread = "0.1.2"
2020-08-13 15:42:52 +00:00
2020-08-24 08:25:19 +00:00
toolchain = { path = "../toolchain", version = "0.0.0" }
2021-03-02 12:27:29 +00:00
stdx = { path = "../stdx", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }