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

ra_cfg = { path = "../ra_cfg" }
stdx = { path = "../stdx" }