aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 9bf82a7..6f1cc16 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -33,7 +33,7 @@ features = [
"parser",
"picker",
"clap",
- "extra_macros",
+ "extras",
]
[features]
@@ -88,13 +88,15 @@ yaml_serde_fmt = ["mingling_core/yaml_serde_fmt"]
toml_serde_fmt = ["mingling_core/toml_serde_fmt"]
ron_serde_fmt = ["mingling_core/ron_serde_fmt"]
-extra_macros = ["mingling_macros/extra_macros"]
+extras = ["mingling_macros/extras"]
# Section only shown in docs.rs
docs_rs = []
-# This is an old name, will be Breaking Change in the future
+# These are old names, will be Breaking Change in the future
+
builds = ["mingling_core/build"]
+extra_macros = ["mingling_macros/extras"]
[dependencies]
mingling_core = { workspace = true, optional = true }