mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
20 lines
280 B
TOML
20 lines
280 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "0.1.0"
|
|
|
|
[workspace.dependencies]
|
|
ego-tree = "0.6.2"
|
|
|
|
[workspace]
|
|
members = ["tui", "core"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
debug = false
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|
|
incremental = false
|