refactor: handle SIGINT with tokio signal

This commit is contained in:
Christopher
2025-08-25 00:52:47 -04:00
parent fc99a7843d
commit b2c1857edd
4 changed files with 199 additions and 125 deletions

View File

@@ -23,7 +23,6 @@ syntect = "5.1"
regex = "1.0"
futures = "0.3"
tokio-stream = "0.1"
signal-hook = "0.3"
[dev-dependencies]
tempfile = "3.0"