repay 0.3.0

CLI for calculating repayments
Documentation
[[bin]]
doc = false
name = "repay"
path = "src/bin/repay.rs"

[dependencies.num]
version = "0.2.0"

[dev-dependencies.pretty_assertions]
version = "0.5.1"

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

[package]
authors = ["ramn <github@rymdimperiet.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "CLI for calculating repayments"
documentation = "https://docs.rs/repay"
edition = "2018"
homepage = "https://github.com/ramn/repay"
keywords = ["repay", "money", "cli"]
license = "MIT/Apache-2.0"
name = "repay"
readme = "README.md"
repository = "https://github.com/ramn/repay"
version = "0.3.0"