hauptbuch-parser 0.4.0

Parser for journal format of hauptbuch
Documentation
[package]
name = "hauptbuch-parser"
version = "0.4.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"]
description = "Parser for journal format of hauptbuch"
repository = "https://gitlab.com/mneumann_ntecs/hauptbuch-parser"
license = "MIT"
edition = "2018"

include = [
	"**/*.rs",
	"tests/**/*.txn",
	"Cargo.toml",
	"LICENSE",
	"README.md",
	"CHANGELOG.md",
]

[dependencies]
chrono = "0.4"
nom = "5"

[dev-dependencies]
criterion = "0.2"

[[bench]]
name = "line_parser"
harness = false