mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
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>
23 lines
175 B
Text
23 lines
175 B
Text
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cargo
|
|
Cargo.lock
|
|
|
|
# Coverage
|
|
tarpaulin-report.html
|
|
cobertura.xml
|
|
lcov.info
|