From 44c3603e1b5e47d163a597398e0f40fdc1af4f47 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Thu, 27 Apr 2023 00:53:12 +0200 Subject: [PATCH] Fix space in categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99de6ab..745162b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" description = "A library for networking in Bevy." authors = ["Tipragot "] keywords = ["bevy", "network", "game"] -categories = ["network-programming", "game-development "] +categories = ["network-programming", "game-development"] repository = "https://git.tipragot.fr/tipragot/bevnet" [dependencies]