mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
14 lines
258 B
TOML
14 lines
258 B
TOML
[toolchain]
|
|
channel = "1.88.0"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rust-std",
|
|
"rustc-dev",
|
|
"rustc",
|
|
"rustfmt",
|
|
]
|
|
profile = "minimal"
|
|
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-gnu"]
|