From fe2640c55268f167d8749f77b37e52b7b17f21dd Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 11 Apr 2023 22:24:37 +0200 Subject: Version bump --- cli/Cargo.toml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'cli') 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 = [] -- cgit v1.2.3