timestamprs 0.1.0

A CLI tool for generating timestamps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "timestamprs"
version = "0.1.0"
edition = "2024"
description = "A CLI tool for generating timestamps"
license = "MIT"
repository = "https://github.com/Daniel-Ibarrola/ts-rust"
readme = "README.md"

[dependencies]
chrono = "0.4"
clap = { version = "4", features = ["derive"] }

[[bin]]
name = "timestamp"
path = "src/main.rs"