mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
start with test runner
This commit is contained in:
parent
bf8f13c62a
commit
c70d6fa26f
6 changed files with 86 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace]
|
||||
members = ["./", "./prettyplease-forked"]
|
||||
exclude = ["test-cases/*"]
|
||||
exclude = ["test-cases/*", "full-tests/*"]
|
||||
|
||||
[package]
|
||||
name = "cargo-minimize"
|
||||
|
|
@ -30,3 +30,6 @@ walkdir = "2.3.2"
|
|||
|
||||
[target."cfg(unix)".dependencies]
|
||||
libc = "0.2.138"
|
||||
|
||||
[dev-dependencies]
|
||||
fs_extra = "1.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue