[package]
edition = "2021"
name = "ldt2_mc"
version = "0.1.1"
authors = ["Mario Cremer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple LDT class for German Health LDT2 standard (not implemented yet)"
homepage = "https://github.com/cremofix/ldt2_mc.git"
readme = "README.md"
keywords = [
"ldt",
"rust",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cremofix/ldt2_mc.git"
[lib]
name = "ldt2_mc"
path = "src/lib.rs"
[dependencies]