summaryrefslogtreecommitdiff
path: root/engine-macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-17 13:18:56 +0100
committerHampusM <hampus@hampusmat.com>2026-03-17 13:19:14 +0100
commit21aafa3b070425e1fa84d2c6bb322e75cb52dfd5 (patch)
treef90303f4761136e5885b8ceda4ec2c92dfd00f55 /engine-macros/Cargo.toml
parentd0cac9159e6ddfe5dbb9b32036e7258f6e51d47e (diff)
feat(engine): add macro for reflection
Diffstat (limited to 'engine-macros/Cargo.toml')
-rw-r--r--engine-macros/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/engine-macros/Cargo.toml b/engine-macros/Cargo.toml
new file mode 100644
index 0000000..7470567
--- /dev/null
+++ b/engine-macros/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "engine-macros"
+version = "0.1.0"
+edition = "2024"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+quote = "1.0.35"
+syn = { version = "2.0.51", features = ["full"] }
+proc-macro2 = "1.0.78"
+