Files
termato/Cargo.toml
T

17 lines
310 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"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"