From 8468c2b8214ef7f10c5c0a7664265792b7045aee Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 11 Sep 2023 14:57:49 +0300 Subject: [PATCH] [Crate] Update Cargo.toml to add license-file and categories fields --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25eac41..a4948b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]