From 24e01d12cd7e255bb0e6d2c3d14c021c6e1feb24 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sat, 12 Aug 2017 17:44:06 -0400 Subject: [PATCH] [Cargo] Add keywords --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e24bdaf..9b5a55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ authors = ["Nikolai Vazquez"] license = "MIT/Apache-2.0" repository = "https://github.com/nvzqz/static-assertions-rs" categories = ["no-std"] +keywords = ["assert", "static"] description = "Compile-time assertions to ensure that invariants are met."