]> 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 8c8fcd7ae72e43595d596294118d09d59aedf434..d60b88add9c6a84d452a537d40bb897799f094b7 100644 (file)
@@ -1,11 +1,18 @@
 [package]
-edition = "2018"
 name = "test_utils"
-version = "0.1.0"
-authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
+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"
-itertools = "0.7.8"
-text_unit = "0.1.2"
-serde_json = "1.0.24"
+text-size = "1.0.0"
+serde_json = "1.0.48"
+rustc-hash = "1.1.0"
+
+stdx = { path = "../stdx", version = "0.0.0" }