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

View File

@@ -16,3 +16,4 @@ serde = { workspace = true }
serde_json = { workspace = true }
rustyline = "17.0.1"
dirs = "5.0"
tokio-util = "0.7"