tetratto/Cargo.toml
trisua d4ae9eb274
Some checks failed
Docs / Rustdoc (push) Has been cancelled
Docs / Pages (push) Has been cancelled
chore: finish moving repo
2025-05-03 19:30:46 -04:00

18 lines
386 B
TOML

[workspace]
resolver = "2"
members = ["crates/app", "crates/shared", "crates/core", "crates/l10n"]
package.authors = ["trisuaso"]
package.repository = "https://trisua.com/t/tetratto"
package.license = "AGPL-3.0-or-later"
[profile.dev]
incremental = true
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
# panic = "abort"
panic = "unwind"
strip = true
incremental = true