diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-01-31 10:19:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 09:19:07 +0000 |
| commit | 6999be9ab0d851d0b3b34bd311712c27887721f1 (patch) | |
| tree | ce2f9c71eee715a892a479fbd8c591fafb0e9cd7 /Cargo.toml | |
| parent | 51854ba4df0e941bd17acee499fdb3a7e43b31e0 (diff) | |
Use alternate screen and refactor terminal output. (#2665)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
