From 24360655dee83348ec2124b784554f3b2b1933ee Mon Sep 17 00:00:00 2001 From: kana-rus Date: Sun, 29 Sep 2024 04:28:12 +0900 Subject: [PATCH] add Cargo.toml keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2d027f..39188cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]