[package]
name = "nclock"
description = "CLI app to print the current time."
version = "1.0.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Nekidev/clock"
readme = "README.txt"
[dependencies]
chrono = "0.4.45"
colored = "3.1.1"
[[bin]]
name = "clock"
path = "src/main.rs"