diff --git a/Cargo.toml b/Cargo.toml
index 947f57513c62c28bda5b998569c64fa517fa8bc9..7a856d05fb564b3309fb8eba8f14067e05227a7b 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 4f0f8e6e31a10c946f34b3580d1ff9477186fa00..52354012e7f89daab28b9ac40a56aab079ac4c5b 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"