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