diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-20 21:56:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-20 22:05:55 +0200 |
| commit | f692a5efc62bf95f57d123895b7dce55d2eb9741 (patch) | |
| tree | ab90e2ba8ea513a144a087e1f3e038c75748a8b4 /cli/Cargo.toml | |
| parent | 1321862cd54eb4abefb5d435285e3de9e0848c4c (diff) | |
Version bumpv0.4.0
Diffstat (limited to 'cli/Cargo.toml')
| -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" |
