Skip to content

Commit 2934b77

Browse files
committed
Improve crate metadata.
1 parent ab6117c commit 2934b77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ authors = [
55
"The Servo project developers",
66
]
77
description = "A binding generator for Rust"
8-
homepage = "https://github.com/servo/rust-bindgen"
98
keywords = ["bindings", "ffi", "code-generation"]
9+
categories = ["external-ffi-bindings"]
1010
license = "BSD-3-Clause"
1111
name = "bindgen"
1212
readme = "README.md"
1313
repository = "https://github.com/servo/rust-bindgen"
14+
documentation = "https://docs.rs/bindgen"
1415
version = "0.20.0"
1516
build = "build.rs"
1617

18+
[badges]
19+
travis-ci = { repository = "servo/rust-bindgen" }
20+
1721
[lib]
1822
path = "src/lib.rs"
1923

0 commit comments

Comments
 (0)