repay 0.1.2

CLI for calculating repayments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "repay"
version = "0.1.2"
authors = ["ramn <github@rymdimperiet.org>"]
description = "CLI for calculating repayments"

documentation = "https://docs.rs/repay"
homepage = "https://github.com/ramn/repay"
repository = "https://github.com/ramn/repay"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["repay", "money", "cli"]

[dependencies]
num = "0.1"