]> 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 8840bf36ae325c79b39eaccaaa2ebdd56fa709d2..d60b88add9c6a84d452a537d40bb897799f094b7 100644 (file)
@@ -1,18 +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"
-relative-path = "1.0.0"
 rustc-hash = "1.1.0"
 
-ra_cfg = { path = "../ra_cfg" }
-stdx = { path = "../stdx" }
\ No newline at end of file
+stdx = { path = "../stdx", version = "0.0.0" }