We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ac61 commit c8ffe91Copy full SHA for c8ffe91
3 files changed
rust/Cargo.toml
@@ -13,4 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
13
serde_json = "1.0"
14
ratatui = "0.26.1"
15
crossterm = "0.27.0"
16
-anyhow = "1.0"
+anyhow = "1.0"
17
+ctrlc = "3.4.6"
0 commit comments