diff --git a/Cargo.toml b/Cargo.toml index 32e9f0b..b2c2025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Storage for hashes, targeted at content addressable systems." license = "MIT OR Apache-2.0" repository = "https://github.com/vmx/storethehash/" keywords = ["database", "persistence", "content-addressable"] +categories = ["database-implementations"] [dependencies] thiserror = "1.0.22"