From 268e20d8867065625b23ad866d873a9a11cbc046 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Jul 2024 05:10:21 +0200 Subject: [PATCH] Specify `categories` in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 66a2ef20..5283c7d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,9 @@ keywords = [ "gaming", "fun" ] +categories = [ + "games", +] [dependencies] anyhow = "1.0.86"