aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 3350c48..62dd3c8 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -8,6 +8,7 @@ repository = "https://github.com/catilgrass/mingling"
[features]
default = []
+async = []
full = ["comp", "general_renderer"]
comp = ["dep:just_template"]
debug = ["dep:log", "dep:env_logger"]
@@ -22,7 +23,6 @@ general_renderer = [
[dependencies]
just_fmt = "0.1.2"
thiserror = "2"
-tokio = { version = "1", features = ["io-std", "io-util"] }
once_cell = "1.21.4"