[dependencies.colored]
version = "1.9.3"
[dependencies.num]
version = "0.1.39"
[lib]
name = "acc"
path = "src/lib/mod.rs"
[package]
authors = ["Rudolf Schmidt <info@rudolfschmidt.com>"]
categories = ["command-line-utilities", "parsing", "text-processing"]
description = "plaintext double-entry accounting command line tool"
edition = "2018"
include = ["**/*.rs"]
keywords = ["cli", "terminal", "ledger", "accounting", "finance"]
license = "GPL-3.0"
name = "acc"
readme = "README.md"
repository = "https://github.com/rudolfschmidt/acc"
version = "0.1.2"