This commit is contained in:
nora 2022-12-20 17:59:17 +01:00
parent 79b69fafb9
commit 64da92ab9e
7 changed files with 113 additions and 31 deletions

View file

@ -12,13 +12,14 @@ description = "A tool for minimizing rustc ICEs"
[dependencies]
anyhow = "1.0.65"
clap = { version = "4.0.29", features = ["derive"] }
owo-colors = "3.5.0"
prettyplease = "0.1.19"
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
quote = "1.0.23"
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"] }
syn = { version = "1.0.101", features = ["full", "visit-mut"] }
tempfile = "3.3.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }