summary refs log tree commit diff
path: root/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 /Cargo.toml
parent55dd47aff347ee882f375b5cf880a299e633f556 (diff)
Started proc_macro parsing - DOES NOT WORK
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7fea5f5..772b010 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
 [workspace]
-members = ["modules/site_test"]
+members = ["modules/site_test", "modules/morgana_proc"]
 
 [package]
 name = "morgana"
@@ -8,6 +8,7 @@ edition = "2021"
 
 [dependencies]
 futures = "0.3.31"
+morgana_proc = { path = "./modules/morgana_proc/" }
 
 [features]
 blocking = ["futures/executor"]