mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
216f1a4836
* BIG CHANGES * core metadata * Added readme.md to the package * Moved the crate back to tui Co-authored-by: Liam <lj3954@users.noreply.github.com> --------- Co-authored-by: Liam <lj3954@users.noreply.github.com>
19 lines
281 B
TOML
19 lines
281 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "24.9.19"
|
|
|
|
[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 |