diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.lock | 1 | ||||
| -rw-r--r-- | mingling/Cargo.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index cdc62c3..77afe87 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -247,7 +247,6 @@ dependencies = [ "serde_json", "serde_yaml", "thiserror", - "tokio", "toml", ] 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 = [ |
