From 2934b77ac1048a999befee0da7683918375af3ee Mon Sep 17 00:00:00 2001 From: Yamakaky Date: Mon, 23 Jan 2017 10:29:41 -0500 Subject: [PATCH] Improve crate metadata. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2187a1964a..dd88c5fb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,15 +5,19 @@ authors = [ "The Servo project developers", ] description = "A binding generator for Rust" -homepage = "https://github.com/servo/rust-bindgen" keywords = ["bindings", "ffi", "code-generation"] +categories = ["external-ffi-bindings"] license = "BSD-3-Clause" name = "bindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" +documentation = "https://docs.rs/bindgen" version = "0.20.0" build = "build.rs" +[badges] +travis-ci = { repository = "servo/rust-bindgen" } + [lib] path = "src/lib.rs"