crock/Cargo.toml

20 lines
444 B
TOML

[package]
name = "crock"
version = "0.1.4"
edition = "2021"
publish = true
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"]
categories = ["date-and-time"]
[dependencies]
chrono = "0.4.38"
ratatui = "0.27.0"
tui-big-text = "0.4.5"