mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
31 lines
No EOL
665 B
TOML
31 lines
No EOL
665 B
TOML
[package]
|
|
name = "flycheck"
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
description = "Functionality needed for rust-analyzer to run `cargo` commands in a background thread."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
cargo_metadata.workspace = true
|
|
crossbeam-channel.workspace = true
|
|
tracing.workspace = true
|
|
rustc-hash.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
process-wrap.workspace = true
|
|
|
|
# local deps
|
|
paths.workspace = true
|
|
stdx.workspace = true
|
|
toolchain.workspace = true
|
|
project-model.workspace = true
|
|
|
|
[lints]
|
|
workspace = true |