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