]> git.lizzy.rs Git - rust.git/blob - crates/test-utils/Cargo.toml
Auto merge of #12477 - hasali19:auto-reload, r=Veykril
[rust.git] / crates / test-utils / Cargo.toml
1 [package]
2 name = "test-utils"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 # Avoid adding deps here, this crate is widely used in tests it should compile fast!
14 dissimilar = "1.0.4"
15 text-size = "1.1.0"
16 rustc-hash = "1.1.0"
17
18 stdx = { path = "../stdx", version = "0.0.0" }
19 profile = { path = "../profile", version = "0.0.0" }