mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
24 lines
447 B
TOML
24 lines
447 B
TOML
[package]
|
|
name = "test-utils"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
|
|
dissimilar = "1.0.7"
|
|
text-size.workspace = true
|
|
rustc-hash.workspace = true
|
|
|
|
stdx.workspace = true
|
|
profile.workspace = true
|
|
|
|
[lints]
|
|
workspace = true |