summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-15 13:55:55 +0200
committerGitHub <noreply@github.com>2024-10-15 11:55:55 +0000
commit89cecb188d3905ecf98f2a6be93cbd7cf6bf8a64 (patch)
tree80caeac50074e5c4d1ff7d4f7da044463cb07c00 /crates/typst-cli/Cargo.toml
parent382787d7995775cc85052419896e308a2de8de28 (diff)
Greet users who run `typst` for the first time (#5210)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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]