Skip to content

Commit de914f0

Browse files
committed
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 ;)
1 parent 7b1480d commit de914f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
authors = [
33
"Jyun-Yan You <[email protected]>",
44
"Emilio Cobos Álvarez <[email protected]>",
5+
"Nick Fitzgerald <[email protected]>",
56
"The Servo project developers",
67
]
7-
description = "A binding generator for Rust"
8+
description = "Automatically generates Rust FFI bindings to C and C++ libraries."
89
keywords = ["bindings", "ffi", "code-generation"]
9-
categories = ["external-ffi-bindings"]
10+
categories = ["external-ffi-bindings", "development-tools::ffi"]
1011
license = "BSD-3-Clause"
1112
name = "bindgen"
1213
readme = "README.md"

0 commit comments

Comments
 (0)