fix: add ctrl-c handling
This commit is contained in:
parent
6544e3ecb7
commit
53de4cd18e
3 changed files with 100 additions and 0 deletions
|
@ -5,7 +5,9 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.39", features = ["cargo", "derive"] }
|
||||
ctrlc = "3.4.7"
|
||||
forgejo-api = "0.7.0"
|
||||
indicatif = "0.17.11"
|
||||
rust-ini = "0.21.1"
|
||||
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
||||
url = "2.5.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue