aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/Cargo.toml')
-rw-r--r--mingling_macros/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml
index 37027ab..1464d54 100644
--- a/mingling_macros/Cargo.toml
+++ b/mingling_macros/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "mingling_macros"
-version = "0.1.8"
-edition = "2024"
-license = "MIT OR Apache-2.0"
-repository = "https://github.com/catilgrass/mingling"
+version.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
description = "Macros of the mingling library"
[lib]
@@ -21,9 +21,9 @@ general_renderer = []
repl = []
[dependencies]
-syn = { version = "2.0", features = ["full", "visit-mut"] }
-quote = "1.0"
-proc-macro2 = "1.0"
+syn.workspace = true
+quote.workspace = true
+proc-macro2.workspace = true
-just_fmt = "0.1.2"
-once_cell = "1.21"
+just_fmt.workspace = true
+once_cell.workspace = true