sparse/rust-toolchain.toml
Andrew Rioux 862dc3e743
More flakes work
Removed old git submodules
Started adding Windows cross compilation support
2024-01-24 00:56:53 -05:00

6 lines
134 B
TOML

[toolchain]
channel = "stable"
components = []
targets = [ "x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl" ]
profile = "minimal"