add license and description lines to the cargo.toml
This commit is contained in:
parent
a9d28aecc3
commit
2ee0b85b69
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ authors = ["endernon"]
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
license = "MIT"
|
||||||
|
description = "A cli tool to generate fake wynntils items"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue