Allow to print stats when recv ctrlc

This commit is contained in:
2025-07-31 17:27:39 +08:00
parent 334acbb633
commit 3282f3b980
3 changed files with 35 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ blowfish = { version = "0.9", optional = true }
clap = { version = "4.5", features = ["derive"] }
clap-num = "1.2"
csv = "1.3"
ctrlc = "3.4"
emote-psb = { version = "0.5", optional = true }
encoding_rs = "0.8"
fancy-regex = { version = "0.14", optional = true }