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
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = ["./", "./prettyplease-forked"]
|
||||
members = ["./", "./prettyplease-forked", "./testsuite"]
|
||||
exclude = ["test-cases/*", "full-tests/*"]
|
||||
|
||||
[package]
|
||||
|
|
@ -30,9 +30,3 @@ walkdir = "2.3.2"
|
|||
|
||||
[target."cfg(unix)".dependencies]
|
||||
libc = "0.2.138"
|
||||
|
||||
[dev-dependencies]
|
||||
fs_extra = "1.3.0"
|
||||
once_cell = "1.17.1"
|
||||
rayon = "1.7.0"
|
||||
regex = "1.7.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue