mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
13 lines
272 B
TOML
13 lines
272 B
TOML
|
[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]
|