mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-30 22:34:27 +00:00
19 lines
297 B
TOML
19 lines
297 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "25.1.10"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = ["tui", "core", "xtask"]
|
|
default-members = ["tui", "core"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
debug = false
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|
|
incremental = false
|