Skip to content

Commit 696a009

Browse files
committed
Update libharu_ng version to 1.0.4 and add pdf-generation category
1 parent 6436652 commit 696a009

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
2-
version = "1.0.3"
3-
2+
version = "1.0.4"
43
name = "libharu_ng"
54
description = "Easily generate PDFs from your Rust app."
65
authors = ["Bastian Bense <[email protected]>"]
@@ -13,22 +12,21 @@ categories = [
1312
"api-bindings",
1413
"pdf",
1514
"libharu",
15+
"pdf-generation",
1616
"generator",
1717
]
1818

1919
edition = "2021"
2020
build = "build.rs"
2121

2222
exclude = [
23+
"*.code-workspace",
2324
".github",
2425
".gitignore",
2526
".dockerignore",
26-
"Dockerfile",
27-
"*.code-workspace",
2827
".DS_Store",
28+
"Dockerfile",
2929
]
3030

31-
[dependencies]
32-
3331
[build-dependencies]
3432
cmake = "0.1.50"

0 commit comments

Comments
 (0)