From 2ee0b85b6930c8250053427adb0f8197b2a3f20c Mon Sep 17 00:00:00 2001 From: endernon Date: Mon, 23 Dec 2024 19:36:04 +0000 Subject: [PATCH] add license and description lines to the cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5984c61..9d3d0cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ authors = ["endernon"] version = "0.4.0" edition = "2021" readme = "README.md" +license = "MIT" +description = "A cli tool to generate fake wynntils items" [dependencies] base64 = "0.22.1"