[package] name = "hauptbuch" version = "0.0.1" authors = ["Michael Neumann "] description = "A plain-text double-entry accounting system" repository = "https://gitlab.com/mneumann_ntecs/hauptbuch" license = "MIT" edition = "2018" include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "*.md", "LICENSE", ] [dependencies] structopt = "0.2" nom = "4.1" hauptbuch-parser = "0.0.1" hauptbuch-core = "0.0.1" rust_decimal = "0.10" num-traits = "0.2" tabular = "0.1"