aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
blob: 45e5fb97f7a24ee45e47096ab37cb0adc5ba2e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "test_utils"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[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" }