From 77563e4dd14a9b06d73e99bfae59c5021d2b435b Mon Sep 17 00:00:00 2001 From: Bastian Bense Date: Tue, 23 Jan 2024 12:11:16 +0100 Subject: [PATCH] Add additional categories to Cargo.toml --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3aa5342..c2e8dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,16 @@ 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"] +categories = [ + "external-ffi-bindings", + "api-bindings", + "pdf", + "libharu", + "generator", + "generation", + "pdflib", + "libpdf", +] edition = "2021" build = "build.rs"