Merge pull request #12 from TheBlueMatt/2021-04-incl-persister
[ldk-c-bindings] / c-bindings-gen / Cargo.toml
1 [package]
2 name = "c-bindings-gen"
3 version = "0.0.1"
4 authors = ["Matt Corallo"]
5 edition = "2018"
6
7 [dependencies]
8 syn = { version = "1", features = ["full", "extra-traits"] }
9 proc-macro2 = "1"
10
11 [profile.release]
12 debug = true
13
14 # We're not in the workspace as we're just a binary code generator:
15 [workspace]