chore: add license and description metadata (#3)

This commit is contained in:
Benedikt Schneppe
2025-01-17 19:30:49 +01:00
committed by GitHub
parent 483acc44cc
commit 7390aad497

View File

@@ -2,6 +2,9 @@
name = "einvoice"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
license = "MIT"
description = "E-Invoice library with language bindings"
[dependencies]
einvoice_deps_yaserde = { version = "0.0.1"}