mirror of
https://github.com/hannobraun/Fornjot
synced 2026-02-09 05:38:22 +00:00
9 lines
181 B
TOML
9 lines
181 B
TOML
[toolchain]
|
|
channel = "1.92.0"
|
|
components = ["clippy", "rustfmt", "rust-analyzer"]
|
|
targets = [
|
|
"aarch64-apple-ios",
|
|
"aarch64-linux-android",
|
|
"wasm32-unknown-unknown",
|
|
]
|