churn-universe/alloy/.rust-toolchain.toml
kjuulh be4d755d51
feat: add initial projects
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-01 20:59:10 +01:00

10 lines
296 B
TOML

[toolchain]
# Specify the Rust version to ensure consistency across environments
channel = "stable" # You can use "nightly" if your project requires nightly features
# Add required components
components = ["rust-src", "rust-std", "wasm32-wasi"]
# Specify the target
targets = ["wasm32-wasip1"]