mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
20 lines
424 B
TOML
20 lines
424 B
TOML
[package]
|
|
name = "test-utils"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
|
|
dissimilar = "1.0.3"
|
|
text-size = "1.1.0"
|
|
rustc-hash = "1.1.0"
|
|
|
|
stdx = { path = "../stdx", version = "0.0.0" }
|
|
profile = { path = "../profile", version = "0.0.0" }
|