This website requires JavaScript.
Explore
Help
Sign in
imjasonh
/
krust
Watch
1
Star
0
Fork
You've already forked krust
0
mirror of
https://github.com/imjasonh/krust
synced
2026-07-14 09:25:51 +00:00
Code
Activity
7a7f49c4a3
krust
/
example
/
hello-krust
/
Cargo.toml
7 lines
82 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial commit: krust - container image build tool for Rust krust builds container images for Rust applications without Docker: - Builds static binaries using musl libc - Creates minimal OCI container images - Pushes to any OCI-compliant registry - Outputs digest to stdout for composability Inspired by ko.build for Go applications. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 20:46:08 -04:00
[
package
]
name
=
"hello-krust"
version
=
"0.1.0"
edition
=
"2021"
Add pre-commit hooks for code quality - Add .pre-commit-config.yaml with rustfmt, clippy, and cargo check - Include standard pre-commit hooks for whitespace and file fixes - Update README with development setup instructions - Fix formatting and trailing whitespace in various files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 21:27:18 -04:00
[
dependencies
]
Copy permalink