1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/example/hello-krust/Cargo.toml

11 lines
229 B
TOML
Raw Normal View History

[package]
name = "hello-krust"
version = "0.1.0"
edition = "2021"
[dependencies]
# Example: Configure krust to use a specific base image for this project
[package.metadata.krust]
base-image = "cgr.dev/chainguard/static:latest"