summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c8744ec..fafa4823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,13 @@
[package]
-
name = "bindgen"
version = "0.16.0"
description = "A binding generator for Rust"
authors = ["Jyun-Yan You <jyyou.tw@gmail.com>"]
license = "BSD-3-Clause"
-
+homepage = "https://github.com/crabtw/rust-bindgen"
+repository = "https://github.com/crabtw/rust-bindgen"
+readme = "README.md"
+keywords = [ "bindings", "ffi", "code-generation" ]
build = "build.rs"
[dependencies]
@@ -17,12 +19,10 @@ syntex_syntax = "0.29.*"
static = []
[lib]
-
name = "bindgen"
path = "src/lib.rs"
[[bin]]
-
name = "bindgen"
doc = false