mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
24 lines
520 B
TOML
24 lines
520 B
TOML
[package]
|
|
name = "flycheck"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5.5"
|
|
tracing = "0.1.35"
|
|
cargo_metadata = "0.15.0"
|
|
rustc-hash = "1.1.0"
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
|
serde_json = "1.0.81"
|
|
jod-thread = "0.1.2"
|
|
|
|
toolchain = { path = "../toolchain", version = "0.0.0" }
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|
|
paths = { path = "../paths", version = "0.0.0" }
|