From b5f2760e086676563dd7dd2257d1888b5dca733a Mon Sep 17 00:00:00 2001 From: Bastian Bense Date: Sat, 16 Nov 2024 14:48:59 +0100 Subject: [PATCH] Remove unnecessary categories from Cargo.toml --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9348ff..7fa90fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,13 +7,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/bastibense/libharu_ng" homepage = "https://github.com/bastibense/libharu_ng" -categories = [ - "external-ffi-bindings", - "api-bindings", - "pdf", - "pdf-generation", - "generator", -] +categories = ["external-ffi-bindings", "api-bindings"] edition = "2021" build = "build.rs"