rust-ape-example/.cargo/config.toml
2023-10-10 08:27:44 -05:00

12 lines
178 B
TOML

[unstable]
build-std-features = [""]
build-std = ["libc", "panic_abort", "std"]
[profile.dev]
panic = "abort"
opt-level = "s"
[profile.release]
panic = "abort"
opt-level = "s"