machines/rust/.cargo/config.toml
Kaare Hoff Skovgaard af3c61d75c
Some checks failed
/ dev-shell (push) Successful in 6m23s
/ check (push) Failing after 7m19s
/ rust-packages (push) Successful in 11m54s
/ terraform-providers (push) Successful in 5m32s
/ systems (push) Successful in 56m18s
Attempt to get basic leptos site working in devshell and nix package
2025-08-12 00:36:38 +02:00

11 lines
302 B
TOML

[target.aarch64-apple-darwin]
rustflags = ["--cfg", "erase_components"]
[target.aarch64-unknown-linux-gnu]
rustflags = ["--cfg", "erase_components"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["--cfg", "erase_components"]
[target.wasm32-unknown-unknown]
rustflags = ["--cfg", "erase_components"]