This commit is contained in:
nora 2022-12-17 21:34:04 +01:00
parent 002bad34ae
commit a9e488f3e3
11 changed files with 433 additions and 40 deletions

View file

@ -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"