twoliter
twoliter copied to clipboard
eliminate cargo make as a host dependency
Description
With #14, twoliter make will be able to build bottlerocket so long as cargo make is available on the host. Eliminate this requirement.
Possibilities
- Use
cargo makeas a library. - Embed
cargo makeas a binary in the tarball and install it - Port all Makefile.toml functionality to native Rust functions (this would be ideal, but may take some time)
Definition of Done
When using Twoliter to build a Bottlerocket image no longer requires cargo make on the host.
Prerequisite
- [x] #14