mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
18 lines
No EOL
311 B
TOML
18 lines
No EOL
311 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
difference = "2.0.0"
|
|
text-size = "1.0.0"
|
|
serde_json = "1.0.48"
|
|
relative-path = "1.0.0"
|
|
rustc-hash = "1.1.0"
|
|
|
|
ra_cfg = { path = "../ra_cfg" }
|
|
stdx = { path = "../stdx" } |