This repository has been archived on 2025-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ctable/Cargo.toml
2025-07-03 19:55:57 +02:00

13 lines
171 B
TOML

[package]
name = "ctable"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15"
chrono = "0.4"
tui = "0.19"
crossterm = "0.26"
anyhow = "1.0"
untis = "0.3.0"