diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-04-19 18:39:22 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-04-19 18:39:22 -0600 |
commit | 55dd47aff347ee882f375b5cf880a299e633f556 (patch) | |
tree | b643473071db0ae1023d8b9856395ee1aeaaa507 /modules/site_test/Cargo.toml | |
parent | a35d336dc9a61fda931f4a9158205d590af87bd5 (diff) |
Async rendering
Diffstat (limited to 'modules/site_test/Cargo.toml')
-rw-r--r-- | modules/site_test/Cargo.toml | 2 |
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"] } |