Skip to content

Commit

Permalink
Add additional categories to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibense committed Jan 23, 2024
1 parent e836213 commit 77563e4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77563e4

Please sign in to comment.