From 7a088303c3a3312564fdb5677b1f50eaf697f7fb Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Wed, 12 Apr 2017 11:45:20 -0400 Subject: [PATCH] Update Cargo.toml and Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d54e631..0e4d36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index bd1637a..7e66dee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,10 @@ name = "cbindgen" version = "0.1.0" authors = ["Jeff Muizelaar ", "Kartikaya Gupta ", "Ryan Hunt "] +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/**"]