crock/Cargo.toml

20 lines
444 B
TOML
Raw Normal View History

2024-03-04 15:14:28 +01:00
[package]
name = "crock"
2024-07-09 13:58:58 +02:00
version = "0.1.4"
2024-03-04 15:14:28 +01:00
edition = "2021"
2024-07-09 13:22:18 +02:00
publish = true
2024-03-04 15:14:28 +01:00
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"]
2024-07-09 13:41:25 +02:00
categories = ["date-and-time"]
2024-03-04 15:14:28 +01:00
[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"