[package] name = "accrua-rs" version = "0.1.0-alpha.1" edition = "2018" license = "Apache-2.0" description = "An accruals calculation library" repository = "https://github.com/Dersivative/accrua-rs" [dependencies] chrono = {version = "0.4", default-features = false, features = ["alloc", "std"]}