aboutsummaryrefslogtreecommitdiff
path: root/mling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-07 15:40:53 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-07 15:40:53 +0800
commit86647e7b5057826d7bb85381044d5b691fbbafa3 (patch)
tree69a1768c3c8f571bfde426948bb58fe2e3e93bf2 /mling/Cargo.toml
parent8aa276beb88086b866be8a446289106be237348a (diff)
Move error handling into its own module and add show.binaries command
Diffstat (limited to 'mling/Cargo.toml')
-rw-r--r--mling/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml
index 634b76e..e73fe02 100644
--- a/mling/Cargo.toml
+++ b/mling/Cargo.toml
@@ -20,11 +20,11 @@ path = "src/bin/mling.rs"
[dependencies]
mingling = { path = "../mingling", features = [
- "builds",
"parser",
"comp",
"general_renderer",
"extra_macros",
+ "yaml_serde_fmt",
] }
serde = { version = "1", features = ["derive"] }