dtg 2.2.4

Date/time CLI utility
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dtg"
version = "2.2.4"
authors = ["qtfkwk <qtfkwk@gmail.com>"]
edition = "2018"
homepage = "https://github.com/qtfkwk/dtg"
description = "Date/time CLI utility"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.19"
chrono-tz = "0.5.3"
iana-time-zone = "0.1.2"

[dev-dependencies]
assert_cmd = "1.0.2"