mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
ctrlc
This commit is contained in:
parent
729deb5110
commit
961ba86e59
6 changed files with 129 additions and 27 deletions
|
|
@ -13,6 +13,7 @@ description = "A tool for minimizing rustc ICEs"
|
|||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
ctrlc = "3.2.5"
|
||||
owo-colors = "3.5.0"
|
||||
prettyplease = { path = "./prettyplease-forked", features = ["verbatim"]}
|
||||
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue