Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use cargo toml bin #227

Merged
merged 6 commits into from
Oct 5, 2024
Merged

use cargo toml bin #227

merged 6 commits into from
Oct 5, 2024

Conversation

a-wing
Copy link
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
4 of 6 checks passed
@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