rust/crates/test-utils/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
422 B
TOML
Raw Normal View History

2018-08-12 18:50:16 +03:00
[package]
2022-04-29 14:29:24 +00:00
name = "test-utils"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
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!
2023-11-15 13:34:56 +02:00
dissimilar = "1.0.7"
2023-05-03 23:52:58 -07:00
text-size.workspace = true
rustc-hash.workspace = true
2020-08-13 17:42:52 +02:00
stdx.workspace = true
profile.workspace = true