mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
HAHAHAHAHAHAHA
This commit is contained in:
parent
106be93473
commit
38d126a4b6
7 changed files with 226 additions and 145 deletions
|
|
@ -20,7 +20,11 @@ rustfix = "0.6.1"
|
|||
serde = { version = "1.0.151", features = ["derive"] }
|
||||
serde_json = "1.0.90"
|
||||
syn = { version = "1.0.101", features = ["full", "visit", "visit-mut"] }
|
||||
tempfile = "3.3.0"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-tree = "0.2.2"
|
||||
walkdir = "2.3.2"
|
||||
|
||||
[target."cfg(unix)".dependencies]
|
||||
libc = "0.2.138"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue