1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 02:54:21 +00:00

Add keywords to Cargo.toml

This commit is contained in:
Steffo 2024-07-12 05:08:30 +02:00
parent 31b0b6a394
commit 2fab0eb2b0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -10,6 +10,13 @@ repository = "https://github.com/RYGhub/royalnet"
rust-version = "1.71.0" rust-version = "1.71.0"
readme = "README.md" readme = "README.md"
license = "EUPL-1.2" license = "EUPL-1.2"
keywords = [
"bot",
"telegram",
"ryg",
"gaming",
"fun"
]
[dependencies] [dependencies]
anyhow = "1.0.86" anyhow = "1.0.86"