From 6999be9ab0d851d0b3b34bd311712c27887721f1 Mon Sep 17 00:00:00 2001 From: frozolotl <44589151+frozolotl@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:19:07 +0100 Subject: Use alternate screen and refactor terminal output. (#2665) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3