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