summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml15
1 files changed, 8 insertions, 7 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 59151850..895d8321 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,13 +1,14 @@
[package]
name = "typst-macros"
-version = "0.3.0"
-authors = ["The Typst Project Developers"]
-edition = "2021"
+version.workspace = true
+rust-version.workspace = true
+authors.workspace = true
+edition.workspace = true
description = "Proc-macros for Typst."
-homepage = "https://typst.app"
-repository = "https://github.com/typst/typst"
-license = "Apache-2.0"
-keywords = ["typst"]
+homepage.workspace = true
+repository.workspace = true
+license.workspace = true
+keywords.workspace = true
[lib]
proc-macro = true