feat: hook abort signal + Ctrl-C cancellation pipeline

This commit is contained in:
Yeachan-Heo
2026-04-01 05:55:24 +00:00
parent 555a245456
commit 197065bfc8
2 changed files with 127 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ rustyline = "15"
runtime = { path = "../runtime" }
serde_json = "1"
syntect = "5"
tokio = { version = "1", features = ["rt-multi-thread", "time"] }
tokio = { version = "1", features = ["rt-multi-thread", "signal", "time"] }
tools = { path = "../tools" }
[lints]