Add some categories to Cargo.toml
This commit is contained in:
parent
f715bd7a2b
commit
dd2685a864
@ -7,6 +7,7 @@ repository = "https://github.com/cole14/rust-elf/"
|
|||||||
documentation = "https://docs.rs/elf/latest/elf/"
|
documentation = "https://docs.rs/elf/latest/elf/"
|
||||||
description = "A pure-rust library for parsing ELF files"
|
description = "A pure-rust library for parsing ELF files"
|
||||||
keywords = ["binary", "elf", "object", "parser"]
|
keywords = ["binary", "elf", "object", "parser"]
|
||||||
|
categories = ["no-std", "os", "embedded"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user