[sandbox]
name = "rust"
base_image = "rust:1.85-alpine"
[resources]
vcpus = 2
memory_mb = 512
[security]
profile = "moderate"
[security.domains]
allow = ["crates.io", "static.crates.io", "index.crates.io"]
[template]
description = "Rust toolchain for Rust development"
category = "Languages"
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.
"""