crock/Cargo.toml

19 lines
414 B
TOML
Raw Normal View History

2024-03-04 15:14:28 +01:00
[package]
name = "crock"
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
description = "clock tui"
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/crock"
repository = "https://git.cscherr.de/PlexSheep/crock"
keywords = ["time", "clock", "tui"]
[dependencies]
2024-07-09 11:58:12 +02:00
chrono = "0.4.38"
ratatui = "0.27.0"
2024-07-09 12:34:15 +02:00
tui-big-text = "0.4.5"