]> git.lizzy.rs Git - rust.git/blobdiff - crates/test_utils/Cargo.toml
Add version to deps in cargo.toml
[rust.git] / crates / test_utils / Cargo.toml
index afd2005f82b39217b23de5a491f1abf87c5cf118..d60b88add9c6a84d452a537d40bb897799f094b7 100644 (file)
@@ -1,17 +1,18 @@
 [package]
-edition = "2018"
 name = "test_utils"
-version = "0.1.0"
+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"
 
-ra_cfg = { path = "../ra_cfg" }
-stdx = { path = "../stdx" }
+stdx = { path = "../stdx", version = "0.0.0" }