From f6ada6a79ae313b97927f7e6beaf52cadff19ad2 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Thu, 29 Sep 2022 22:01:48 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9b8d755..b01ccb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "lru" version = "0.8.0" authors = ["Jerome Froelich "] +categories = ["caching", "no-std"] description = "A LRU cache implementation" homepage = "https://github.com/jeromefroe/lru-rs" repository = "https://github.com/jeromefroe/lru-rs.git"