rust/crates/flycheck/Cargo.toml

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

25 lines
544 B
TOML
Raw Normal View History

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