Files
termato/Cargo.toml
T

18 lines
302 B
TOML
Raw Permalink Normal View History

2026-07-22 18:25:02 -05:00
[package]
name = "termato"
2026-07-27 21:35:12 -05:00
version = "0.1.0"
2026-07-22 18:25:02 -05:00
edition = "2024"
repository = "https://github.com/StevanFreeborn/termato"
2026-07-22 18:25:02 -05:00
[dependencies]
2026-07-27 17:08:31 -05:00
cpal = "0.18.1"
2026-07-22 18:25:02 -05:00
crossterm = "0.29.0"
figlet-rs = "1.0.0"
notify-rust = "4.18.0"
2026-07-22 18:25:02 -05:00
ratatui = "0.30.2"
2026-07-27 17:08:31 -05:00
realfft = "3.5.0"
[profile.dist]
inherits = "release"
lto = "thin"