mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 23:20:18 +00:00
7 lines
274 B
TOML
7 lines
274 B
TOML
[toolchain]
|
|
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
|
channel = "nightly-2022-11-01"
|
|
components = [ "rustfmt", "clippy", "rust-src" ]
|
|
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
|
|
profile = "minimal"
|