[package]
edition = "2024"
name = "worldclock-tui"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small Rust terminal UI that shows the current time across UTC offsets or the full IANA timezone list."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Feriixu/worldclock-tui-rs"
[[bin]]
name = "worldclock"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.chrono-tz]
version = "0.10"
[dependencies.crossterm]
version = "0.29"
[dependencies.ratatui]
version = "0.30"