add license and description lines to the cargo.toml

This commit is contained in:
endernon 2024-12-23 19:36:04 +00:00
parent a9d28aecc3
commit 2ee0b85b69

View file

@ -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"