feat: hook abort signal + Ctrl-C cancellation pipeline

This commit is contained in:
Yeachan-Heo
2026-04-01 05:55:24 +00:00
parent 4670b4c76b
commit eaf7dc83f0
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]