aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b5c37d..b9e406a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ required-features = ["factory"]
[[example]]
name = "async"
-required-features = ["async"]
+required-features = ["async", "factory"]
[dependencies]
syrette_macros = { path = "./macros", version = "0.3.0" }