Seems to show things
This commit is contained in:
parent
d4f42ec6aa
commit
66c3ef49ac
13 changed files with 4239 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -4,3 +4,13 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.29.0"
|
||||
ratatui = "0.30.0"
|
||||
rustix = { version = "1.1.3", features = ["fs"] }
|
||||
|
||||
# Read the optimization guideline for more details: https://ratatui.rs/recipes/apps/release-your-app/#optimizations
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue