mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
move to separate crate
This commit is contained in:
parent
c9bdac41d8
commit
6b24aa05ec
8 changed files with 416 additions and 287 deletions
15
testsuite/Cargo.toml
Normal file
15
testsuite/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[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"
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue