summary refs log tree commit diff
path: root/modules/morgana_proc/Cargo.toml
diff options
context:
space:
mode:
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"