cargo-minimize/testsuite/Cargo.toml
Nilstrieb 50dc094ddd speed up tests by doing rustup which
`cargo test` goes from 2.4s to 1.6s
2023-09-23 16:04:17 +02:00

16 lines
338 B
TOML

[package]
name = "testsuite"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.70"
cargo-minimize = { path = ".." }
fs_extra = "1.3.0"
once_cell = "1.17.1"
rayon = "1.7.0"
regex = "1.7.3"
tempfile = "3.5.0"
walkdir = "2.3.3"