timeit-cli 0.1.5

a precise command timing utility
[package]
name = "timeit-cli"
version = "0.1.5"
description = "a precise command timing utility"
license = "GPL-3.0-or-later"
repository = "https://github.com/CallMeAlphabet/timeit"
edition = "2021"

[dependencies]
clihelp = "0.1"

[profile.release]
opt-level       = 3
lto             = "fat"
codegen-units   = 1
panic           = "abort"
strip           = "symbols"

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