timeago-cli 0.2.0

A dead-simple CLI tool to convert RFC2332 to short humanized strings
[[bin]]
name = "timeago"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.19"

[dependencies.chrono-humanize]
version = "0.1.1"

[dependencies.structopt]
version = "0.3"

[package]
authors = ["Jeffrey Jose <jeffjosejeff@gmail.com>"]
categories = ["command-line-utilities"]
description = "A dead-simple CLI tool to convert RFC2332 to short humanized strings"
edition = "2018"
keywords = ["cli", "timeago", "humanize"]
license = "MIT"
name = "timeago-cli"
readme = "README.md"
version = "0.2.0"