Merge pull request #618 from TheBlueMatt/2020-05-sample-c-bindings
[rust-lightning] / c-bindings-gen / Cargo.toml
diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml
new file mode 100644 (file)
index 0000000..6f4716e
--- /dev/null
@@ -0,0 +1,12 @@
+[package]
+name = "c-bindings-gen"
+version = "0.0.1"
+authors = ["Matt Corallo"]
+edition = "2018"
+
+[dependencies]
+syn = { version = "1", features = ["full", "extra-traits"] }
+proc-macro2 = "1"
+
+# We're not in the workspace as we're just a binary code generator:
+[workspace]