add claude's changes
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -1,9 +1,15 @@
|
||||
[package]
|
||||
name = "mmtui"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "mmtui"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.44"
|
||||
rand = "0.10.0"
|
||||
ratatui = "0.30.0"
|
||||
ratatui = "0.29"
|
||||
crossterm = "0.28"
|
||||
chrono = "0.4"
|
||||
rand = "0.9"
|
||||
anyhow = "1"
|
||||
|
||||
Reference in New Issue
Block a user