mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 10:18:31 +00:00
20 lines
395 B
TOML
20 lines
395 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_flycheck"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.4.0"
|
|
lsp-types = { version = "0.74.0", features = ["proposed"] }
|
|
log = "0.4.8"
|
|
cargo_metadata = "0.9.1"
|
|
serde_json = "1.0.48"
|
|
jod-thread = "0.1.1"
|
|
ra_toolchain = { path = "../ra_toolchain" }
|
|
|
|
[dev-dependencies]
|
|
insta = "0.16.0"
|