From ff704e31040678fe1806d80846cd00435dd20ce8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kat=20March=C3=A1n?= <kzm@zkat.tech>
Date: Fri, 10 Jul 2020 18:13:48 -0700
Subject: [PATCH] add keywords

---
 Cargo.toml                  | 1 +
 big-brain-derive/Cargo.toml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 947f575..7a856d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
 description = "Rusty Utility AI library"
 license-file = "LICENSE.md"
 readme = "README.md"
+keywords = ["utility-ai", "specs", "ecs"]
 categories = ["game-development"]
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/big-brain-derive/Cargo.toml b/big-brain-derive/Cargo.toml
index 4f0f8e6..5235401 100644
--- a/big-brain-derive/Cargo.toml
+++ b/big-brain-derive/Cargo.toml
@@ -3,6 +3,7 @@ name = "big-brain-derive"
 version = "0.1.0"
 authors = ["Kat Marchán <kzm@zkat.tech>"]
 edition = "2018"
+keywords = ["utility-ai", "specs", "ecs"]
 categories = ["game-development"]
 description = "Derive macros for the big-brain Utility AI library"
 
-- 
GitLab