aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
blob: 6821db1e8117f8a9cdcbe21a2922b389f136f5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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" }