summary refs log tree commit diff
path: root/modules/morgana_proc/Cargo.toml
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-04-20 11:49:00 -0600
committerAshelyn Rose <git@ashen.earth>2025-04-20 11:49:00 -0600
commitb115605055e72c5a261f9f024d7db8f508517fc9 (patch)
tree294484b761030772ea3fadeb3a22ae3688528b80 /modules/morgana_proc/Cargo.toml
parent55dd47aff347ee882f375b5cf880a299e633f556 (diff)
Started proc_macro parsing - DOES NOT WORK
Diffstat (limited to 'modules/morgana_proc/Cargo.toml')
-rw-r--r--modules/morgana_proc/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/morgana_proc/Cargo.toml b/modules/morgana_proc/Cargo.toml
new file mode 100644
index 0000000..fb1e28a
--- /dev/null
+++ b/modules/morgana_proc/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "morgana_proc"
+edition = "2021"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+unsynn = "0.0.26"