Skip to content

Commit

Permalink
add cargo categories
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed May 20, 2024
1 parent 44284e4 commit 479ecdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 479ecdf

Please sign in to comment.