Skip to content

Commit

Permalink
Update keywords in crates.io metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 2, 2022
1 parent d762845 commit 306113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["encoding", "no-std"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
documentation = "https://docs.serde.rs/serde_bytes/"
edition = "2018"
keywords = ["serde", "serialization", "no_std"]
keywords = ["serde", "serialization", "no_std", "bytes"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/serde-rs/bytes"
Expand Down

0 comments on commit 306113f

Please sign in to comment.