diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-07 03:13:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-07 03:13:34 +0800 |
| commit | 3ea5d62e980975d0a888293d875f26fc267cd368 (patch) | |
| tree | 04af421148a4efbb001928cce0d7d386bd94027e /mling/Cargo.toml | |
| parent | 21defab2fc95f1e1d0639b66ab2c449266a114fe (diff) | |
Refactor CLI entry points and move main logic to library
Diffstat (limited to 'mling/Cargo.toml')
| -rw-r--r-- | mling/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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"] } |
