mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04:21 +00:00
Specify categories
in Cargo.toml
This commit is contained in:
parent
2fab0eb2b0
commit
268e20d886
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ keywords = [
|
||||||
"gaming",
|
"gaming",
|
||||||
"fun"
|
"fun"
|
||||||
]
|
]
|
||||||
|
categories = [
|
||||||
|
"games",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
|
|
Loading…
Reference in a new issue