chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-07-22 18:25:02 -05:00
commit 682e17e59d
6 changed files with 1779 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "termato"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
figlet-rs = "1.0.0"
ratatui = "0.30.2"