1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/src
Jason Hall 11083dc527
Add Cargo.toml-based configuration for base image
- Add support for [package.metadata.krust] in Cargo.toml
- Change default base image to cgr.dev/chainguard/static:latest
- Add ProjectConfig struct to load project-specific settings
- Update documentation and example to show configuration usage
- Fix integration tests to explicitly pass directory argument
- This is the idiomatic way for Rust build tools to be configured
2025-06-07 22:14:21 -04:00
..
builder Ensure Docker is available on all platforms and fix Windows cross-compilation 2025-06-07 21:47:46 -04:00
cli Fix rustfmt and clippy issues 2025-06-07 20:51:47 -04:00
config Add Cargo.toml-based configuration for base image 2025-06-07 22:14:21 -04:00
image Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
registry Fix rustfmt and clippy issues 2025-06-07 20:51:47 -04:00
lib.rs Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
main.rs Add Cargo.toml-based configuration for base image 2025-06-07 22:14:21 -04:00