diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:39:34 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:39:34 -0800 |
commit | de914f0eb90445e55cb11dc5329ea4c5f060bcec (patch) | |
tree | b69ebb476cc7627771946e20aabfa47f68e23bb6 | |
parent | 7b1480db80c8c0f9a539771b579efaaa34a9195f (diff) |
Update Cargo.toml metadata
* Use the description from the README, it's a better description.
* Add the "development-tools::ffi" category.
* Add myself as an author ;)
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,11 +2,12 @@ authors = [ "Jyun-Yan You <jyyou.tw@gmail.com>", "Emilio Cobos Álvarez <emilio@crisal.io>", + "Nick Fitzgerald <fitzgen@gmail.com>", "The Servo project developers", ] -description = "A binding generator for Rust" +description = "Automatically generates Rust FFI bindings to C and C++ libraries." keywords = ["bindings", "ffi", "code-generation"] -categories = ["external-ffi-bindings"] +categories = ["external-ffi-bindings", "development-tools::ffi"] license = "BSD-3-Clause" name = "bindgen" readme = "README.md" |