[sandbox]
name = "rust-ci"
base_image = "rust:1.85-alpine"
[resources]
vcpus = 4
memory_mb = 2048
[security]
profile = "moderate"
[security.domains]
allow = ["crates.io", "static.crates.io", "index.crates.io"]
[template]
description = "Rust build and test CI workloads"
category = "Specialized"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: cargo --version
Binaries available: rustc, cargo
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""