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