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.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 2ef4f79..4a8d593 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -11,9 +11,7 @@ nightly = []
default = []
async = []
-clap = []
-comp = ["dep:just_template"]
-debug = ["dep:log", "dep:env_logger"]
+dispatch_tree = []
general_renderer = [
"dep:serde",
"dep:ron",
@@ -23,6 +21,10 @@ general_renderer = [
]
repl = []
+clap = []
+comp = ["dep:just_template"]
+debug = ["dep:log", "dep:env_logger"]
+
[dependencies]
just_fmt = "0.1.2"
thiserror = "2"