singularity-forge/native/Cargo.toml

22 lines
349 B
TOML
Raw Normal View History

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["GSD Contributors"]
repository = "https://github.com/gsd-build/gsd-2"
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
strip = true
panic = "abort"
[profile.dev]
codegen-units = 256
incremental = true