hanower 0.2.2

WIP⚠️ CLI which calculates logarithmic or exponential backoffs from user input values
Documentation
[[bin]]
name = "hanower"
[dependencies.anyhow]
version = "1.0"

[dependencies.color-eyre]
default-features = false
version = "0.5"

[dependencies.structopt]
version = "0.3"

[lib]
path = "src/lib.rs"

[package]
authors = ["Bazaah <github@luxolus.com>", "emucc <github@elrimer.com>"]
description = "WIP⚠️ CLI which calculates logarithmic or exponential backoffs from user input values"
documentation = "https://docs.rs/hanower"
edition = "2018"
license = "MPL-2.0"
name = "hanower"
readme = "docs/README.md"
repository = "https://github.com/dolysis/hanower"
version = "0.2.2"