summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-20 21:56:19 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-20 22:05:55 +0200
commitf692a5efc62bf95f57d123895b7dce55d2eb9741 (patch)
treeab90e2ba8ea513a144a087e1f3e038c75748a8b4 /cli
parent1321862cd54eb4abefb5d435285e3de9e0848c4c (diff)
Version bumpv0.4.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml6
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"