mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
cursed
This commit is contained in:
parent
e674120d26
commit
7fd4516494
3 changed files with 56 additions and 7 deletions
|
|
@ -13,4 +13,5 @@ anyhow = "1.0.65"
|
|||
cargo = "0.65.0"
|
||||
prettyplease = "0.1.19"
|
||||
proc-macro2 = "1.0.46"
|
||||
syn = { version = "1.0.101", features = ["full"] }
|
||||
quote = "1.0.21"
|
||||
syn = { version = "1.0.101", features = ["full", "visit", "visit-mut"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue