Now handling CtrlC properly

This commit is contained in:
Justine
2023-02-20 14:41:54 +01:00
parent 40a61e7e68
commit 57476671ed
2 changed files with 9 additions and 1 deletions

View File

@ -16,3 +16,4 @@ unicode-segmentation = "1.6.0"
which = { version = "4.4.0", features = ["regex"] }
regex = "1.7.1"
yaml-rust = "0.4.5"
ctrlc = "3.2.5"