From c3bbec573c31b24c89cd880430876cb83e6052f2 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 3 Nov 2024 10:39:58 +0100 Subject: [PATCH] add license to `Cargo.toml` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5118b3b..8f25823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "fun-html" version = "0.0.0" +license = "MIT" authors = ["Jonathan Cornaz"] edition = "2021" rust-version = "1.60"