From 86647e7b5057826d7bb85381044d5b691fbbafa3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 15:40:53 +0800 Subject: Move error handling into its own module and add show.binaries command --- mling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mling/Cargo.toml') 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"] } -- cgit