rti 0.1.2

A tool to convert to/from unix epoch times.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rti"
version = "0.1.2"
edition = "2021"
authors = ["Chris Forte <cforte7@gmail.com>"]
license= "MIT"
description = "A tool to convert to/from unix epoch times."
readme = "README.md"
homepage = "https://github.com/cforte7/rusty_time_interpreter"
repository = "https://github.com/cforte7/rusty_time_interpreter"
keywords = ["time", "cli"]
categories = ["command-line-utilities"]

[dependencies]
chrono = "0.4"
itertools = "0.10.2"