mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
aaa
This commit is contained in:
parent
002bad34ae
commit
a9e488f3e3
11 changed files with 433 additions and 40 deletions
|
|
@ -13,7 +13,9 @@ anyhow = "1.0.65"
|
|||
cargo = "0.65.0"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
prettyplease = "0.1.19"
|
||||
proc-macro2 = "1.0.46"
|
||||
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
|
||||
quote = "1.0.21"
|
||||
rustfix = "0.6.1"
|
||||
serde_json = "1.0.90"
|
||||
syn = { version = "1.0.101", features = ["full", "visit", "visit-mut"] }
|
||||
walkdir = "2.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue