rust/crates/flycheck/Cargo.toml

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

27 lines
478 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"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-05-04 05:26:52 -05:00
[lib]
doctest = false
[dependencies]
2023-11-15 13:18:49 -06:00
cargo_metadata.workspace = true
2023-06-18 11:44:09 -05:00
crossbeam-channel = "0.5.8"
2023-11-15 05:00:32 -06:00
tracing.workspace = true
2022-08-18 16:41:17 -05:00
rustc-hash = "1.1.0"
2023-03-25 08:43:08 -05:00
serde_json.workspace = true
serde.workspace = true
command-group = "2.0.1"
2020-08-13 10:42:52 -05:00
# local deps
paths.workspace = true
stdx.workspace = true
toolchain.workspace = true