[Crate] Update Cargo.toml to add license-file and categories fields

This commit is contained in:
CosminPerRam 2023-09-11 14:57:49 +03:00
parent 6179532065
commit 8468c2b821

View file

@ -8,13 +8,15 @@ authors = [
"node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]",
]
license = "MIT"
description = "Check out servers with this."
license-file = "LICENSE.md"
description = "Query game servers and not only."
homepage = "https://github.com/gamedig/rust-gamedig"
documentation = "https://docs.rs/gamedig/latest/gamedig/"
repository = "https://github.com/gamedig/rust-gamedig"
readme = "README.md"
keywords = ["server", "query", "game", "check", "status"]
rust-version = "1.65.0"
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
[features]
default = ["games", "services", "game_defs"]