From 89cecb188d3905ecf98f2a6be93cbd7cf6bf8a64 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 15 Oct 2024 13:55:55 +0200 Subject: Greet users who run `typst` for the first time (#5210) --- crates/typst-cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/typst-cli/Cargo.toml') diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index fd707ebe..1c622d1e 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -28,6 +28,7 @@ typst-svg = { workspace = true } typst-timing = { workspace = true } chrono = { workspace = true } clap = { workspace = true } +color-print = { workspace = true } codespan-reporting = { workspace = true } comemo = { workspace = true } dirs = { workspace = true } @@ -59,6 +60,7 @@ chrono = { workspace = true } clap = { workspace = true, features = ["string"] } clap_complete = { workspace = true } clap_mangen = { workspace = true } +color-print = { workspace = true } semver = { workspace = true } [features] -- cgit v1.2.3