mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 09:48:10 +00:00
530ff9f57f
3533: Updates insta to 0.15.0 and bumps console to 0.10.0 r=matklad a=kjeremy Co-authored-by: kjeremy <kjeremy@gmail.com>
15 lines
310 B
TOML
15 lines
310 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_cargo_watch"
|
|
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"
|
|
|
|
[dev-dependencies]
|
|
insta = "0.15.0"
|