Switch to a build.rs
file for dependencies
#150
brettcannon
started this conversation in
Ideas
Replies: 1 comment
-
Because build scripts should only write out to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://doc.rust-lang.org/cargo/reference/build-scripts.html
Since the build requirements are so simple for the non-Rust stuff, having
cargo
handle those cases via shell executions should be fine. Only trick will be breaking out the code that generate the man page from https://github.com/brettcannon/python-launcher/blob/main/dodo.py, but that can just become a part of https://github.com/brettcannon/python-launcher/tree/main/release.Otherwise #128 can take over for the other task runner needs.
Beta Was this translation helpful? Give feedback.
All reactions