CTRL-C and CTRL-D support!

This commit is contained in:
Dhanji Prasanna
2025-09-06 14:21:47 +10:00
parent 368b392152
commit 873d640595
5 changed files with 81 additions and 9 deletions

2
Cargo.lock generated
View File

@@ -689,6 +689,7 @@ dependencies = [
"serde",
"serde_json",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
]
@@ -722,6 +723,7 @@ dependencies = [
"thiserror 1.0.69",
"tokio",
"tokio-stream",
"tokio-util",
"tracing",
"uuid",
]