From c78b50b4a0681cae83e6a8a3e33d627075923226 Mon Sep 17 00:00:00 2001 From: orhanbalci Date: Mon, 20 Nov 2017 21:43:47 +0300 Subject: [PATCH] categories added --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b4b1d73f..c9eb4259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ homepage = "https://github.com/orhanbalci" keywords = ["gamedev","ai", "behavior"] license = "MIT" exclude = [".travis.yml"] +readme = "README.md" +categories = ["game-engines"] [dependencies] alga = "*"