Skip to content

Commit

Permalink
Remove unnecessary categories from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibense committed Nov 16, 2024
1 parent 37ded7c commit b5f2760
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5f2760

Please sign in to comment.