aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 3d08662..9472cb2 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -17,6 +17,7 @@ mingling = { path = ".", features = ["full"] }
[features]
debug = ["mingling_core/debug"]
+async = ["mingling_core/async", "mingling_macros/async"]
default = ["mingling_core/default"]
full = ["mingling_core/full", "mingling_macros/full", "comp", "parser"]
general_renderer = [