Add some categories to Cargo.toml

This commit is contained in:
Christopher Cole 2022-10-21 13:48:10 -07:00
parent f715bd7a2b
commit dd2685a864
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

View File

@ -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"