tzbuddy 0.2.0

tzbuddy simply diplays current date/time in several timezones, together with a few hours before and after
[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.5"

[dependencies.clap]
features = ["cargo", "derive"]
version = "3"

[dependencies.prettytable-rs]
version = "^0.8"

[package]
authors = ["Giacomo Bagnoli <gbagnoli@gmail.com>"]
categories = ["command-line-utilities"]
description = "tzbuddy simply diplays current date/time in several timezones, together with a few hours before and after"
edition = "2018"
homepage = "https://github.com/gbagnoli/tzbuddy.rs"
license-file = "LICENSE"
name = "tzbuddy"
readme = "README.md"
repository = "https://github.com/gbagnoli/tzbuddy.rs"
version = "0.2.0"