2019-12-27 11:10:07 +01:00
|
|
|
[package]
|
2020-06-25 09:13:46 +02:00
|
|
|
name = "flycheck"
|
2020-08-13 17:42:52 +02:00
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
2019-12-27 11:10:07 +01:00
|
|
|
|
2020-05-04 12:26:52 +02:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-12-27 11:10:07 +01:00
|
|
|
[dependencies]
|
2022-07-02 22:27:24 +03:00
|
|
|
crossbeam-channel = "0.5.5"
|
2022-10-08 21:30:04 +03:00
|
|
|
tracing = "0.1.37"
|
2022-07-03 10:08:10 +03:00
|
|
|
cargo_metadata = "0.15.0"
|
2022-08-18 14:41:17 -07:00
|
|
|
rustc-hash = "1.1.0"
|
2022-06-10 16:30:09 +02:00
|
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
2022-10-03 09:02:42 +03:00
|
|
|
serde_json = "1.0.86"
|
2022-03-22 17:36:41 +01:00
|
|
|
jod-thread = "0.1.2"
|
2023-01-15 08:20:25 +00:00
|
|
|
command-group = "2.0.1"
|
2020-08-13 17:42:52 +02:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
# local deps
|
|
|
|
paths.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
toolchain.workspace = true
|