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/**"]