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.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index e978401..ef0ea5d 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -8,7 +8,8 @@ repository = "https://github.com/catilgrass/mingling"
[features]
default = []
-full = ["general_renderer"]
+full = ["comp", "general_renderer"]
+comp = []
general_renderer = [
"dep:serde",
"dep:ron",