Skip to content

Commit

Permalink
Set manifest keywords and categories (#1042)
Browse files Browse the repository at this point in the history
Keywords get the second-highest priority in crates.io search,
after crate name; we should set keywords.
  • Loading branch information
jswrenn committed Mar 13, 2024
1 parent af225a7 commit 0b18f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ name = "zerocopy"
version = "0.8.0-alpha.7"
authors = ["Joshua Liebow-Feeser <[email protected]>"]
description = "Utilities for zero-copy parsing and serialization"
categories = ["embedded", "encoding", "no-std::no-alloc", "parsing", "rust-patterns"]
keywords = ["cast", "convert", "transmute", "transmutation", "type-punning"]
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
repository = "https://github.com/google/zerocopy"
rust-version = "1.56.0"
Expand Down

0 comments on commit 0b18f64

Please sign in to comment.