|
|
|
|
|
by jph
1235 days ago
|
|
Awesome thank you. I'm adding it to the cargo favorites list: https://github.com/sixarm/cargo-install-favorites Tiny feedback: - Can you consider changing "git add ." to be explicit e.g. "git add Cargo.toml .github/workflows/release.yml"? - How about modifying Cargo.toml to add cargo-dist as a dev-dependency? I know it's not strictly necessary; it's just very helpful for typical collaboration. |
|
That's an interesting thought, I'm not sure I've ever seen someone employ that as a pattern. Actually no wait, I thought cargo bin-deps specifically gave the developer no way to manually invoke it (i.e. there's no equivalent functionality to npm's npx)? Without that, what use would the dependency be?