live777 icon indicating copy to clipboard operation
live777 copied to clipboard

use cargo toml bin

Open a-wing opened this issue 1 year ago • 0 comments

Before:

cargo run --package=liveman
cargo run --package=whipinto
cargo run --package=whepfrom

cargo build --package=liveman
cargo build --package=whipinto
cargo build --package=whepfrom

After:

cargo run --bin=liveman
cargo run --bin=whipinto
cargo run --bin=whepfrom

cargo build --bin=liveman
cargo build --bin=whipinto
cargo build --bin=whepfrom

a-wing avatar Oct 02 '24 07:10 a-wing