This repository has been archived on 2026-03-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mmtui/Cargo.toml

16 lines
198 B
TOML
Raw Permalink Normal View History

2026-03-03 13:50:37 -06:00
[package]
name = "mmtui"
version = "0.1.0"
2026-03-03 14:51:37 -06:00
edition = "2021"
[[bin]]
name = "mmtui"
path = "src/main.rs"
2026-03-03 13:50:37 -06:00
[dependencies]
2026-03-03 14:51:37 -06:00
ratatui = "0.29"
crossterm = "0.28"
chrono = "0.4"
rand = "0.9"
anyhow = "1"