diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-23 07:45:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 07:45:01 -0800 |
commit | f83fe389de3945d5dd2ed6f3a128b614bbe80ddd (patch) | |
tree | dd6f44806e7e072af3167d88a54a08bc0574e8fc | |
parent | ab6117c6b486cfcbf65adf8702dbc8472b4eb8c0 (diff) | |
parent | 2934b77ac1048a999befee0da7683918375af3ee (diff) |
Auto merge of #417 - Yamakaky:update-cargo-toml, r=emilio
Improve crate metadata.
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |