mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-20 00:46:10 +00:00
9 lines
181 B
TOML
9 lines
181 B
TOML
[toolchain]
|
|
channel = "1.87.0"
|
|
components = ["clippy", "rustfmt", "rust-analyzer"]
|
|
targets = [
|
|
"aarch64-apple-ios",
|
|
"aarch64-linux-android",
|
|
"wasm32-unknown-unknown",
|
|
]
|