From 7355a42401ba7dfe3f931fab2885b105b3e43b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sun, 15 Mar 2026 11:46:30 +0100 Subject: [PATCH] Add description and license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fe1e716..22b57f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "nomo" version = "0.1.0" edition = "2024" +description = "A templating library" +license = "EUPL-1.2" [[bench]] name = "parsing"