mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
10 lines
183 B
TOML
10 lines
183 B
TOML
[toolchain]
|
|
channel = "nightly-2022-12-01"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-apple-darwin",
|
|
"wasm32-wasi"
|
|
]
|
|
profile = "minimal"
|