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"