Update Cargo.toml and Cargo.lock
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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/**"]
|
||||
|
||||
Reference in New Issue
Block a user