Add rand, chrono

This commit is contained in:
2026-03-03 14:05:51 -06:00
parent f9eff0bec9
commit 484ec6ad80
2 changed files with 172 additions and 3 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.44"
rand = "0.10.0"
ratatui = "0.30.0"