summaryrefslogtreecommitdiff
path: root/crates/typst-macros
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-macros')
-rw-r--r--crates/typst-macros/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/typst-macros/Cargo.toml b/crates/typst-macros/Cargo.toml
index 8c58260a..a7f130ec 100644
--- a/crates/typst-macros/Cargo.toml
+++ b/crates/typst-macros/Cargo.toml
@@ -1,15 +1,15 @@
[package]
name = "typst-macros"
description = "Proc-macros for Typst."
-version.workspace = true
-rust-version.workspace = true
-authors.workspace = true
-edition.workspace = true
-homepage.workspace = true
-repository.workspace = true
-license.workspace = true
-categories.workspace = true
-keywords.workspace = true
+version = { workspace = true }
+rust-version = { workspace = true }
+authors = { workspace = true }
+edition = { workspace = true }
+homepage = { workspace = true }
+repository = { workspace = true }
+license = { workspace = true }
+categories = { workspace = true }
+keywords = { workspace = true }
[lib]
proc-macro = true