rust/crates/test_utils/Cargo.toml

20 lines
410 B
TOML
Raw Normal View History

2018-08-12 17:50:16 +02:00
[package]
2018-08-25 13:26:34 +02:00
name = "test_utils"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
2020-07-14 03:57:26 +02:00
license = "MIT OR Apache-2.0"
2020-08-13 17:42:52 +02:00
authors = ["rust-analyzer developers"]
edition = "2018"
2018-08-12 17:50:16 +02:00
2019-11-17 16:35:05 +01:00
[lib]
doctest = false
2018-08-12 17:50:16 +02:00
[dependencies]
2020-06-23 18:56:26 +02:00
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
2018-08-12 17:50:16 +02:00
difference = "2.0.0"
2020-04-25 11:52:10 +02:00
text-size = "1.0.0"
2020-02-18 14:57:41 +01:00
serde_json = "1.0.48"
2020-05-16 10:16:32 +02:00
rustc-hash = "1.1.0"
2020-08-13 17:42:52 +02:00
2020-08-24 10:25:19 +02:00
stdx = { path = "../stdx", version = "0.0.0" }