From 3ea5d62e980975d0a888293d875f26fc267cd368 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 03:13:34 +0800 Subject: Refactor CLI entry points and move main logic to library --- mling/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mling/Cargo.toml') diff --git a/mling/Cargo.toml b/mling/Cargo.toml index a08c8d5..634b76e 100644 --- a/mling/Cargo.toml +++ b/mling/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-interface"] [[bin]] name = "cargo-mling" -path = "src/bin/mling.rs" +path = "src/bin/cargo-mling.rs" [[bin]] name = "mling" @@ -25,7 +25,6 @@ mingling = { path = "../mingling", features = [ "comp", "general_renderer", "extra_macros", - "dispatch_tree", ] } serde = { version = "1", features = ["derive"] } -- cgit