timestamp-rust-cli 0.1.0

A simple CLI to convert timestamps to human readable format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.2"

[package]
authors = ["Elminson De Oleo Baez <edeoleo@gmail.com>"]
description = "A simple CLI to convert timestamps to human readable format"
edition = "2021"
license = "MIT"
name = "timestamp-rust-cli"
readme = "README.md"
version = "0.1.0"