mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 05:09:17 +00:00
01d571fc9e
* remove contributing guidelines duplicate `docs/contributing.md` is now auto generated * Commit Contributing Guidelines * core `xtask` functionality * almost there * write panic * almost almost there * there. * remove empty descriptions * better contributing.md comment * Commit Contributing Guidelines * remove entries without descriptions --------- Co-authored-by: adamperkowski <adamperkowski@users.noreply.github.com>
25 lines
426 B
TOML
25 lines
426 B
TOML
[workspace.package]
|
|
license = "MIT"
|
|
version = "24.9.28"
|
|
edition = "2021"
|
|
|
|
[workspace.dependencies]
|
|
ego-tree = "0.6.2"
|
|
|
|
[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
|