mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-21 23:47:59 +00:00
15 lines
206 B
TOML
15 lines
206 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rust-std",
|
|
"rustc",
|
|
"rustc-dev",
|
|
"rustfmt",
|
|
]
|
|
targets = ["wasm32-unknown-unknown"]
|
|
profile = "minimal"
|