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-11-15 19:18:49 +00:00
|
|
|
cargo_metadata.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
crossbeam-channel.workspace = true
|
2023-11-15 11:00:32 +00:00
|
|
|
tracing.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
rustc-hash.workspace = true
|
2023-03-25 13:43:08 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
serde.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
command-group.workspace = true
|
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
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|