rust/crates/test-utils/Cargo.toml

20 lines
371 B
TOML

[package]
name = "test-utils"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
[lib]
doctest = false
[dependencies]
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
dissimilar = "1.0.4"
text-size = "1.1.0"
rustc-hash = "1.1.0"
stdx.workspace = true
profile.workspace = true