summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-15 15:47:41 +0100
committerGitHub <noreply@github.com>2024-03-15 14:47:41 +0000
commitfaca50a240b25a935f9ce310af55d0be51f64303 (patch)
tree725ffb16336cdf36bede8d1ce2ce8f6cb188a627 /Cargo.toml
parent9bd14514520684955570bc87ef79b7b08b35f7c4 (diff)
Final touches (#3678)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 519d06f1..ec69bfa6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,10 @@ authors = ["The Typst Project Developers"]
edition = "2021"
homepage = "https://typst.app"
repository = "https://github.com/typst/typst"
-readme = "README.md"
license = "Apache-2.0"
categories = ["compilers"]
keywords = ["typst"]
+readme = "README.md"
[workspace.dependencies]
typst = { path = "crates/typst" }