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

Specify categories in Cargo.toml

This commit is contained in:
Steffo 2024-07-12 05:10:21 +02:00
parent 2fab0eb2b0
commit 268e20d886
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -17,6 +17,9 @@ keywords = [
"gaming", "gaming",
"fun" "fun"
] ]
categories = [
"games",
]
[dependencies] [dependencies]
anyhow = "1.0.86" anyhow = "1.0.86"