hmf 0.0.1

A CLI tool to calculate time and percentage differences between two time values.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "hmf"
path = "src/main.rs"

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

[package]
description = "A CLI tool to calculate time and percentage differences between two time values."
documentation = "https://github.com/archways404/HMF/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/archways404/HMF"
license = "MIT"
name = "hmf"
readme = "README.md"
repository = "https://github.com/archways404/HMF"
version = "0.0.1"