Update Cargo.toml and Cargo.lock

This commit is contained in:
Ryan Hunt
2017-04-12 11:45:20 -04:00
parent f043687f2c
commit 7a088303c3
2 changed files with 4 additions and 6 deletions
Generated
+1 -1
View File
@@ -1,5 +1,5 @@
[root]
name = "wr-binding"
name = "cbindgen"
version = "0.1.0"
dependencies = [
"syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
+3 -5
View File
@@ -2,12 +2,10 @@
name = "cbindgen"
version = "0.1.0"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
homepage = "https://github.com/rlhunt/cbindgen/"
repository = "https://github.com/rlhunt/cbindgen/"
exclude = ["examples/**"]
[dependencies.syn]
version = "0.11.8"
features = ["full"]
[package]
homepage = "https://github.com/rlhunt/cbindgen/"
repository = "https://github.com/rlhunt/cbindgen/"
exclude = ["examples/**"]