Skip to content

Commit 7710b52

Browse files
committed
Add more cargo metadata
1 parent 3ec2d3a commit 7710b52

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

fontconfig-sys/Cargo.toml

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
[package]
2-
32
name = "yeslogic-fontconfig-sys"
43
version = "2.11.1"
5-
authors = ["Austin Bonander <[email protected]>"]
4+
authors = [
5+
"Austin Bonander <[email protected]>",
6+
"The Servo Project Developers",
7+
"YesLogic Pty. Ltd. <[email protected]>"
8+
]
69
license = "MIT"
7-
keywords = ["fontconfig", "font", "search"]
8-
repository = "https://github.com/cybergeek94/fontconfig-rs"
9-
homepage = "https://github.com/cybergeek94/fontconfig-rs"
10-
description = "Bindings to fontconfig for locating font files."
10+
11+
description = "Raw bindings to the fontconfig library"
12+
keywords = ["font", "bindings", "fontconfig", "sys"]
13+
categories = ["text-processing"]
14+
15+
homepage = "https://github.com/yeslogic/fontconfig-rs"
16+
documentation = "https://docs.rs/crate/yeslogic-fontconfig-sys"
17+
repository = "https://github.com/yeslogic/fontconfig-rs"
1118

1219
build = "build.rs"
1320
links = "fontconfig"

fontconfig/Cargo.toml

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ authors = [
77
"YesLogic Pty. Ltd. <[email protected]>"
88
]
99
license = "MIT"
10-
keywords = ["font", "search", "wrapper"]
11-
repository = "https://github.com/yeslogic/fontconfig-rs"
10+
readme = "README.md"
11+
12+
description = "Safe wrapper around the fontconfig library"
13+
keywords = ["font", "search", "wrapper", "fontconfig"]
14+
categories = ["text-processing"]
15+
1216
homepage = "https://github.com/yeslogic/fontconfig-rs"
13-
description = "Wrapper around freedesktop's fontconfig library"
17+
documentation = "https://docs.rs/crate/yeslogic-fontconfig"
18+
repository = "https://github.com/yeslogic/fontconfig-rs"
1419

1520
[lib]
1621
name = "fontconfig"
1722

1823
[dependencies.yeslogic-fontconfig-sys]
24+
version = "2.11.1"
1925
path = "../fontconfig-sys"

0 commit comments

Comments
 (0)