miden-crypto/rust-toolchain.toml

5 lines
133 B
TOML

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