[package]
edition = "2024"
rust-version = "1.88"
name = "worldclock-tui"
version = "1.0.1"
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.45"
[dependencies.chrono-tz]
version = "0.10.4"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.ratatui]
version = "0.30.2"