chore: setup cargo dist and update README.md

This commit is contained in:
Stevan Freeborn
2026-07-22 23:08:51 -05:00
parent e2e8c323a6
commit f4efbf87bd
4 changed files with 409 additions and 1 deletions
+6
View File
@@ -2,9 +2,15 @@
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"