summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorHarmoGlace <23212967+HarmoGlace@users.noreply.github.com>2023-05-03 10:37:44 +0200
committerGitHub <noreply@github.com>2023-05-03 10:37:44 +0200
commit856557353b8d80322382a1b58ce8ccf309b0e94d (patch)
tree1bd9f4531116905ab57fbfd90e58bc4d064921a2 /macros
parentad347632ab95e29eb5180b27142f5c264dfc611a (diff)
Add rust minimum version in `Cargo.toml` (#902)
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