From 16d2fa6aec385c62f7d01bbf2c6f67b68c76793f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Sun, 21 Apr 2024 18:47:10 +0200 Subject: [PATCH] fix(Cargo.toml): add categories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index aa51dc3..4b4adb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.5.2" authors = ["Philipp Oppermann "] 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"