2024-09-06 00:39:10 +01:00
|
|
|
[workspace.package]
|
|
|
|
license = "MIT"
|
2024-06-06 23:56:45 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-09-06 00:39:10 +01:00
|
|
|
# Use workspace dependencies for anything public in linutil_core to avoid versioning conflicts
|
|
|
|
[workspace.dependencies]
|
2024-06-06 23:56:45 +01:00
|
|
|
ego-tree = "0.6.2"
|
2024-08-19 15:24:25 +01:00
|
|
|
|
2024-09-06 00:39:10 +01:00
|
|
|
[workspace]
|
|
|
|
members = ["tui", "core"]
|
|
|
|
resolver = "2"
|
2024-08-19 15:24:25 +01:00
|
|
|
|
|
|
|
[profile.release]
|
2024-09-06 00:39:10 +01:00
|
|
|
opt-level = "z"
|
2024-08-19 15:24:25 +01:00
|
|
|
debug = false
|
|
|
|
lto = true
|
|
|
|
codegen-units = 1
|
|
|
|
panic = "abort"
|
|
|
|
strip = true
|
2024-09-06 00:39:10 +01:00
|
|
|
incremental = false
|