summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index ed5e8cd..d7e820c 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -11,9 +11,10 @@ categories = ["command-line-interface"]
repository = "https://github.com/catilgrass/mingling"
[features]
+full = ["macros", "general_renderer"]
default = ["macros"]
macros = ["mingling_macros"]
-serde_renderer = ["dep:serde", "mingling_macros/serde"]
+general_renderer = ["dep:serde", "mingling_macros/serde"]
[dependencies]
mingling_macros = { version = "0.1.0", optional = true }