rust/crates/test_utils/Cargo.toml

19 lines
402 B
TOML
Raw Normal View History

2018-08-12 18:50:16 +03:00
[package]
2018-08-25 14:26:34 +03:00
name = "test_utils"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
2020-08-13 17:42:52 +02:00
edition = "2018"
2018-08-12 18:50:16 +03:00
2019-11-17 18:35:05 +03:00
[lib]
doctest = false
2018-08-12 18:50:16 +03: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!
dissimilar = "1.0.2"
2020-04-25 11:52:10 +02:00
text-size = "1.0.0"
2020-05-16 11:16:32 +03: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" }
2021-02-09 19:29:40 +03:00
profile = { path = "../profile", version = "0.0.0" }