From f025d4995d83c17e5df9d50d2567fe0a06926d83 Mon Sep 17 00:00:00 2001 From: m4b Date: Sat, 27 Apr 2024 11:42:31 -0700 Subject: [PATCH] build: remove te from keywords can not publish with > 5 keywords per crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1aa48046..c609f4da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ "LICENSE", "README.md", ] -keywords = ["binary", "elf", "mach", "pe", "te", "archive"] +keywords = ["binary", "elf", "mach", "pe", "archive"] license = "MIT" readme = "README.md" repository = "https://github.com/m4b/goblin"