diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-07 15:40:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-07 15:40:53 +0800 |
| commit | 86647e7b5057826d7bb85381044d5b691fbbafa3 (patch) | |
| tree | 69a1768c3c8f571bfde426948bb58fe2e3e93bf2 /mling/Cargo.toml | |
| parent | 8aa276beb88086b866be8a446289106be237348a (diff) | |
Move error handling into its own module and add show.binaries command
Diffstat (limited to 'mling/Cargo.toml')
| -rw-r--r-- | mling/Cargo.toml | 2 |
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"] } |
