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