Skip to content

Commit

Permalink
Merge pull request #52 from mkroening/crates-io-categories
Browse files Browse the repository at this point in the history
fix(Cargo.toml): add categories
  • Loading branch information
phil-opp authored Apr 21, 2024
2 parents d0d2215 + 16d2fa6 commit 4100da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.5.2"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
license = "MIT OR Apache-2.0"
keywords = ["volatile"]
categories = ["no-std", "no-std::no-alloc"]
description = "Volatile wrapper types for raw pointers"
documentation = "https://docs.rs/volatile"
repository = "https://github.com/rust-osdev/volatile"
Expand Down

0 comments on commit 4100da0

Please sign in to comment.