diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-15 13:55:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 11:55:55 +0000 |
| commit | 89cecb188d3905ecf98f2a6be93cbd7cf6bf8a64 (patch) | |
| tree | 80caeac50074e5c4d1ff7d4f7da044463cb07c00 /crates/typst-cli/Cargo.toml | |
| parent | 382787d7995775cc85052419896e308a2de8de28 (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.toml | 2 |
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] |
