From 479ecdf0174dd3a0f7d48b2f66a386d8d2369963 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Tue, 21 May 2024 00:23:40 +0200 Subject: [PATCH] add cargo categories --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 459dd36..06a4923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ authors = [ description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation" repository = "https://github.com/srijs/rust-crc32fast" readme = "README.md" -keywords = ["checksum", "crc", "crc32", "simd", "fast"] +keywords = ["hash", "crc", "crc32", "simd", "fast"] +categories = ["algorithms", "no-std"] [dependencies] cfg-if = "1.0"