Skip to content

Commit b5f2760

Browse files
committedNov 16, 2024·
Remove unnecessary categories from Cargo.toml
1 parent 37ded7c commit b5f2760

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎Cargo.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/bastibense/libharu_ng"
99
homepage = "https://github.com/bastibense/libharu_ng"
10-
categories = [
11-
"external-ffi-bindings",
12-
"api-bindings",
13-
"pdf",
14-
"pdf-generation",
15-
"generator",
16-
]
10+
categories = ["external-ffi-bindings", "api-bindings"]
1711

1812
edition = "2021"
1913
build = "build.rs"

0 commit comments

Comments
 (0)
Please sign in to comment.