cargo install
src/bin
我有
src/bin/cli.rs
src/bin/dev.rs
即使我添加
[[bin]] name = "cli" path = "src/bin/cli.rs"
dev
时,
使用
cargo install --bin cli
参见