2019-12-27 10:10:07 +00:00
|
|
|
[package]
|
2020-06-25 07:13:46 +00:00
|
|
|
name = "flycheck"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
2019-12-27 10:10:07 +00:00
|
|
|
|
2020-05-04 10:26:52 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-12-27 10:10:07 +00:00
|
|
|
[dependencies]
|
2023-06-18 16:44:09 +00:00
|
|
|
crossbeam-channel = "0.5.8"
|
2022-10-08 18:30:04 +00:00
|
|
|
tracing = "0.1.37"
|
2023-06-18 16:04:28 +00:00
|
|
|
cargo_metadata = "0.15.4"
|
2022-08-18 21:41:17 +00:00
|
|
|
rustc-hash = "1.1.0"
|
2023-03-25 13:43:08 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-01-15 08:20:25 +00:00
|
|
|
command-group = "2.0.1"
|
2020-08-13 15:42:52 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
# local deps
|
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|