Skip to content

use cargo toml bin#227

Merged
a-wing merged 6 commits intomainfrom
feat/cargo-bin
Oct 5, 2024
Merged

use cargo toml bin#227
a-wing merged 6 commits intomainfrom
feat/cargo-bin

Conversation

@a-wing
Copy link
Copy Markdown
Member

@a-wing a-wing commented Oct 2, 2024

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 a-wing added enhancement New feature or request mod::whipinto whipinto mod::whepfrom whepfrom mod::liveman Cloud Manager labels Oct 2, 2024
@a-wing a-wing added this to the 0.6.0 milestone Oct 2, 2024
@a-wing a-wing force-pushed the main branch 2 times, most recently from 6c28bd9 to f126b08 Compare October 2, 2024 09:52
@a-wing a-wing marked this pull request as ready for review October 5, 2024 15:28
@a-wing a-wing merged commit 0150c8a into main Oct 5, 2024
@a-wing a-wing deleted the feat/cargo-bin branch October 5, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request mod::liveman Cloud Manager mod::whepfrom whepfrom mod::whipinto whipinto

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant