mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
|
|
difference = "2.0.0"
|
|
text-size = "1.0.0"
|
|
serde_json = "1.0.48"
|
|
rustc-hash = "1.1.0"
|
|
stdx = { path = "../stdx" }
|