mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
fa69885b6c
Thanks @a-kenji
19 lines
298 B
TOML
19 lines
298 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "24.10.31"
|
|
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
|