From 7390aad497420a965f6a2e70a835b489ddd796e1 Mon Sep 17 00:00:00 2001 From: Benedikt Schneppe Date: Fri, 17 Jan 2025 19:30:49 +0100 Subject: [PATCH] chore: add license and description metadata (#3) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2411ff4..6225d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"}