aquavm/rust-toolchain.toml
2022-09-09 16:34:19 +03:00

7 lines
251 B
TOML

[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"