2019-12-27 04:10:07 -06:00
|
|
|
[package]
|
2020-06-25 02:13:46 -05:00
|
|
|
name = "flycheck"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2019-12-27 04:10:07 -06:00
|
|
|
|
2020-05-04 05:26:52 -05:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-12-27 04:10:07 -06:00
|
|
|
[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"
|
2023-03-25 08:43:08 -05:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-01-15 02:20:25 -06:00
|
|
|
command-group = "2.0.1"
|
2020-08-13 10:42:52 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|