miden-crypto/rust-toolchain.toml
2024-08-16 15:07:27 -07:00

5 lines
133 B
TOML

[toolchain]
channel = "1.80"
components = ["rustfmt", "rust-src", "clippy"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"