summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-14 10:20:31 +0100
committerGitHub <noreply@github.com>2024-03-14 09:20:31 +0000
commit9e507cd9fd816f960a7f7ab4fe7472dc0f1aa143 (patch)
tree6d6b8e830096e791e10113f9ddce550416a4703b /crates/typst-cli/Cargo.toml
parentc2ca3615d72ab6e7f2c29018f4a1e525b898e11d (diff)
Revert use of alternate screen (#3648)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 6d5b4c38..74c53e46 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -31,7 +31,6 @@ chrono = { workspace = true }
clap = { workspace = true }
codespan-reporting = { workspace = true }
comemo = { workspace = true }
-ctrlc = { workspace = true }
dirs = { workspace = true }
ecow = { workspace = true }
env_proxy = { workspace = true }