diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-11 22:24:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-11 22:34:25 +0200 |
| commit | fe2640c55268f167d8749f77b37e52b7b17f21dd (patch) | |
| tree | a2884536ede668524bb6a1c7a8efb853d3fb6daa /cli | |
| parent | 2cfbf3e823d094f11606c991b56df0d48dc1af4a (diff) | |
Version bumpv0.2.0
Diffstat (limited to 'cli')
| -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 = [] |
