Add a few more keywords to Cargo.toml

After all, why not?
This commit is contained in:
Christopher Cole 2022-10-13 00:13:12 -07:00
parent b6cf3d389a
commit 8fc5901f7e
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

View File

@ -7,7 +7,7 @@ homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "https://docs.rs/elf/latest/elf/"
description = "A pure-rust library for parsing ELF files"
keywords = ["elf"]
keywords = ["binary", "elf", "object", "parser"]
readme = "README.md"
edition = "2021"