Files
termato/Cargo.toml
T
2026-07-22 23:20:39 -05:00

16 lines
268 B
TOML

[package]
name = "termato"
version = "0.0.0"
edition = "2024"
repository = "https://github.com/StevanFreeborn/termato"
[dependencies]
crossterm = "0.29.0"
figlet-rs = "1.0.0"
notify-rust = "4.18.0"
ratatui = "0.30.2"
[profile.dist]
inherits = "release"
lto = "thin"