txtris/client/Cargo.toml

9 lines
117 B
TOML
Raw Permalink Normal View History

2025-02-18 15:24:58 +00:00
[package]
name = "client"
version = "0.1.0"
edition = "2024"
[dependencies]
2025-02-19 15:34:24 +00:00
color-eyre = "0.6.3"
ratatui = "0.29.0"