diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ad08d99b..fc0f7ddd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "typst-cli" +description = "The command line interface for Typst." +categories = ["compilers", "command-line-utilities"] +keywords = ["typst", "cli"] version.workspace = true rust-version.workspace = true authors.workspace = true edition.workspace = true -description = "The command line interface for Typst." homepage.workspace = true repository.workspace = true license.workspace = true -categories = ["compilers", "command-line-utilities"] -keywords = ["typst", "cli"] [[bin]] name = "typst" |
