mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
14 lines
206 B
TOML
14 lines
206 B
TOML
[toolchain]
|
|
channel = "1.85"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rust-std",
|
|
"rustc-dev",
|
|
"rustc",
|
|
"rustfmt",
|
|
]
|
|
targets = [ "wasm32-unknown-unknown" ]
|
|
profile = "minimal"
|