From e879c658464515cf38f9749e9b664fac21ed5721 Mon Sep 17 00:00:00 2001 From: ohchase Date: Sun, 10 Mar 2024 20:22:19 -0400 Subject: [PATCH] max 5 keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0de952..e911170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/plt-rs" readme = "README.md" repository = "https://github.com/ohchase/plt-rs/" homepage = "https://github.com/ohchase/plt-rs/" -keywords = ["hacking", "linux", "android", "reversing", "plt", "elf", "bionic", "linkmap"] +keywords = ["plt", "elf", "bionic", "linker", "hooking"] exclude = ["/examples"] [lib]