Skip to content

Commit

Permalink
Merge pull request #2 from ohkami-rs/chore/keywords
Browse files Browse the repository at this point in the history
chore: add Cargo.toml keywords
  • Loading branch information
kanarus authored Sep 28, 2024
2 parents 970c9d3 + 2436065 commit 7e44a24
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 @@ -9,7 +9,7 @@ repository = "https://github.com/ohkami-rs/unsaferef"
readme = "README.md"
license = "MIT"
description = "An unsafe reference without explicit lifetime"
keywords = []
keywords = ["reference", "lifetime"]
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]

[features]
Expand Down

0 comments on commit 7e44a24

Please sign in to comment.