From dd2685a864f3c98da003a869d5de8230c84c8d88 Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Fri, 21 Oct 2022 13:48:10 -0700 Subject: [PATCH] Add some categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5d78a3e..bcf5cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/cole14/rust-elf/" documentation = "https://docs.rs/elf/latest/elf/" description = "A pure-rust library for parsing ELF files" keywords = ["binary", "elf", "object", "parser"] +categories = ["no-std", "os", "embedded"] readme = "README.md" edition = "2021"