summary refs log tree commit diff
path: root/modules/site_test/Cargo.toml
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-04-19 18:39:22 -0600
committerAshelyn Rose <git@ashen.earth>2025-04-19 18:39:22 -0600
commit55dd47aff347ee882f375b5cf880a299e633f556 (patch)
treeb643473071db0ae1023d8b9856395ee1aeaaa507 /modules/site_test/Cargo.toml
parenta35d336dc9a61fda931f4a9158205d590af87bd5 (diff)
Async rendering
Diffstat (limited to 'modules/site_test/Cargo.toml')
-rw-r--r--modules/site_test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/site_test/Cargo.toml b/modules/site_test/Cargo.toml
index 118c9bd..e9031e5 100644
--- a/modules/site_test/Cargo.toml
+++ b/modules/site_test/Cargo.toml
@@ -3,4 +3,4 @@ name = "morgana_site_test"
 edition = "2021"
 
 [dependencies]
-morgana = { path = "../../" }
+morgana = { path = "../../", features = ["blocking"] }