From 7eb9410a96d35275e59ceb53c1d99253ae74e9fe Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Fri, 6 Nov 2020 21:49:37 -0800 Subject: [PATCH] Add keyword: "Hasher" See https://github.com/rust-lang/rust/pull/77996 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75e9708..4e487b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/eldruin/wyhash-rs" license = "MIT OR Apache-2.0" description = "Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator." readme = "README.md" -keywords = ["hash", "wyhash", "rng", "random"] +keywords = ["hash", "hasher", "wyhash", "rng", "random"] categories = ["algorithms", "no-std"] homepage = "https://github.com/eldruin/wyhash-rs" documentation = "https://docs.rs/wyhash"