aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-07 12:52:46 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 02:56:28 +0800
commita80ac42e70c9194db91ebbfe9600db443e88ac5f (patch)
tree0634fba28bb14aaf51d0cc41a7d996ce9433ca90 /mingling_cli/Cargo.toml
parent60174972cd3053d96fc8f99e7b6c91e3b08577c9 (diff)
chore: move CLI entry to bin and restructure imports
Move the CLI binary from `src/main.rs` to `src/bin/cli.rs` and move shared program generation into a new lib.rs module.
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index fbc5adf..071c9e8 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -17,7 +17,7 @@ path = "src/bin/wrapper.rs"
[[bin]]
name = "mingling-cli"
-path = "src/main.rs"
+path = "src/bin/cli.rs"
[dependencies.mingling]
path = "../mingling"