From 921b40cf9cb75c6412e2421130671b08dcf1ee13 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 11 Sep 2023 12:04:37 +0200 Subject: Forward third-party errors Better to know something even if it isn't always formatted in the prettiest way --- crates/typst-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/typst-cli/Cargo.toml') diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 4b167651..d2418307 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -26,6 +26,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock", "s clap = { version = "4.2.4", features = ["derive", "env"] } codespan-reporting = "0.11" comemo = "0.3" +ecow = "0.1.1" dirs = "5" flate2 = "1" inferno = "0.11.15" -- cgit v1.2.3