[package] name = "tzbuddy" version = "0.4.2" authors = ["Giacomo Bagnoli "] edition = "2018" homepage = "https://github.com/gbagnoli/tzbuddy.rs" repository = "https://github.com/gbagnoli/tzbuddy.rs" license-file = "LICENSE" description = "tzbuddy simply diplays current date/time in several timezones, together with a few hours before and after" readme = "README.md" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1" chrono = "^0.4" chrono-tz = "^0.6" clap = {version= "3", features=["cargo", "derive"]} confy = "^0.4" prettytable-rs = "^0.10" serde = { version = "1.0", features = ["derive"] }