Update Cargo.toml and Cargo.lock
This commit is contained in:
Generated
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "wr-binding"
|
name = "cbindgen"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
+3
-5
@@ -2,12 +2,10 @@
|
|||||||
name = "cbindgen"
|
name = "cbindgen"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
|
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]
|
[dependencies.syn]
|
||||||
version = "0.11.8"
|
version = "0.11.8"
|
||||||
features = ["full"]
|
features = ["full"]
|
||||||
|
|
||||||
[package]
|
|
||||||
homepage = "https://github.com/rlhunt/cbindgen/"
|
|
||||||
repository = "https://github.com/rlhunt/cbindgen/"
|
|
||||||
exclude = ["examples/**"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user