This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
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"
|
2024-07-09 20:00:52 +02:00
|
|
|
libpt = { version = "0.6.0", features = ["cli"] }
|
2024-07-09 11:58:12 +02:00
|
|
|
ratatui = "0.27.0"
|
2024-07-09 12:34:15 +02:00
|
|
|
tui-big-text = "0.4.5"
|