mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
16 lines
328 B
TOML
16 lines
328 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_flycheck"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.4.0"
|
|
lsp-types = { version = "0.73.0", features = ["proposed"] }
|
|
log = "0.4.8"
|
|
cargo_metadata = "0.9.1"
|
|
serde_json = "1.0.48"
|
|
jod-thread = "0.1.1"
|
|
|
|
[dev-dependencies]
|
|
insta = "0.15.0"
|