mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
980365f7c9
* refactor: Export ego-tree from linutil core, rather than workspace * refactor: Improve code formatting --------- Co-authored-by: Chris Titus <contact@christitus.com>
22 lines
381 B
TOML
22 lines
381 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "24.9.28"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = ["tui", "core", "xtask"]
|
|
default-members = ["tui", "core"]
|
|
resolver = "2"
|
|
|
|
[patch.crates-io]
|
|
vt100 = { git = "https://github.com/ChrisTitusTech/vt100-rust" }
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
debug = false
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|
|
incremental = false
|