rust-lightning/c-bindings-gen/Cargo.toml

16 lines
304 B
TOML
Raw Normal View History

[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"
[profile.release]
debug = true
# We're not in the workspace as we're just a binary code generator:
[workspace]