summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-01-31 10:19:07 +0100
committerGitHub <noreply@github.com>2024-01-31 09:19:07 +0000
commit6999be9ab0d851d0b3b34bd311712c27887721f1 (patch)
treece2f9c71eee715a892a479fbd8c591fafb0e9cd7 /Cargo.toml
parent51854ba4df0e941bd17acee499fdb3a7e43b31e0 (diff)
Use alternate screen and refactor terminal output. (#2665)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ae79576..0e1eb938 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ ciborium = "0.2.1"
clap = { version = "4.4", features = ["derive", "env"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"
+ctrlc = "3.4.1"
codespan-reporting = "0.11"
comemo = { git = "https://github.com/typst/comemo", rev = "ddb3773" }
csv = "1"