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