summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent1321862cd54eb4abefb5d435285e3de9e0848c4c (diff)
Version bumpv0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml29
1 files changed, 13 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74769126..5fd1538b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,23 +1,9 @@
-[package]
-name = "typst"
-version = "0.3.0"
-rust-version = "1.65"
-authors = ["The Typst Project Developers"]
-edition = "2021"
-description = "A new markup-based typesetting system that is powerful and easy to learn."
-homepage = "https://typst.app"
-repository = "https://github.com/typst/typst"
-readme = "README.md"
-license = "Apache-2.0"
-categories = ["compilers", "science"]
-keywords = ["markup", "typesetting"]
-
[workspace]
members = ["cli", "docs", "library", "macros", "tests"]
default-members = ["cli"]
[workspace.package]
-version = "0.3.0"
+version = "0.4.0"
rust-version = "1.65"
authors = ["The Typst Project Developers"]
edition = "2021"
@@ -25,8 +11,19 @@ homepage = "https://typst.app"
repository = "https://github.com/typst/typst"
readme = "README.md"
license = "Apache-2.0"
+
+[package]
+name = "typst"
+description = "A new markup-based typesetting system that is powerful and easy to learn."
categories = ["compilers", "science"]
-keywords = ["typst"]
+keywords = ["markup", "typesetting"]
+version.workspace = true
+rust-version.workspace = true
+authors.workspace = true
+edition.workspace = true
+homepage.workspace = true
+repository.workspace = true
+license.workspace = true
[lib]
doctest = false