[package] name = "hauptbuch-core" version = "0.0.2" authors = ["Michael Neumann "] description = "Core algorithms of hauptbuch" repository = "https://gitlab.com/mneumann_ntecs/hauptbuch-core" license = "MIT" edition = "2018" include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] [dependencies] hauptbuch-parser = "0.0.2" rust_decimal = "0.10" num-traits = "0.2"