From c5bca61f686746c4b27628cfb28b7ef5b373f292 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Fri, 24 Nov 2023 13:57:37 +0000 Subject: [PATCH] Change keyword --- udigest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udigest/Cargo.toml b/udigest/Cargo.toml index 66357f2..3360bb3 100644 --- a/udigest/Cargo.toml +++ b/udigest/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" description = "Unambiguously digest structured data" repository = "https://github.com/dfns/udigest" categories = ["algorithms", "cryptography", "no-std", "no-std::no-alloc"] -keywords = ["hashing", "unambiguous encoding"] +keywords = ["hashing", "unambiguous-encoding"] readme = "../README.md" [package.metadata.docs.rs]