diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6bffca2e..68e50bb3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "typst-cli" -version = "0.1.0" +version = "0.2.0" authors = ["The Typst Project Developers"] edition = "2021" +description = "The command line interface for Typst." +homepage = "https://typst.app" +repository = "https://github.com/typst/typst" +license = "Apache-2.0" +categories = ["compilers", "command-line-utilities"] +keywords = ["typst", "cli"] [[bin]] name = "typst" @@ -37,10 +43,8 @@ clap_mangen = "0.2.10" [features] default = ["embed-fonts"] -# Embeds Typst's default fonts for -# - text (Linux Libertine), -# - math (New Computer Modern Math), and -# - code (Deja Vu Sans Mono) -# and additionally New Computer Modern for text -# into the binary. +# Embeds some fonts into the binary: +# - For text: Linux Libertine, New Computer Modern +# - For math: New Computer Modern Math +# - For code: Deja Vu Sans Mono embed-fonts = [] |
