From 15d02c00baaa9bab76130ffee79b004f218732d4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Aug 2022 10:22:52 +0200 Subject: [PATCH] Improve crate metadata --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f24f68a..6ebb0bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "patched-porobot" version = "0.1.0" +authors = ["Stefano Pigozzi "] edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "Legends of Runeterra card database utilities and bots" +repository = "https://github.com/Steffo99/patched-porobot" +license = "AGPL-3.0-or-later" +keywords = ["game", "deserialization", "legends-of-runeterra", "bot", "search"] +categories = ["games", "parser-implementations"] [dependencies] serde = "1.0.140"