X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2FCargo.toml;h=d5f808920bf275e75f458eea1c5bb7a66d18b269;hp=d963e4304943103301ab8756921bb4fcd0ece13c;hb=04c5ad83145b290683385b442bb575181c9376a3;hpb=dec732cefbdd97585b7de7fd4a9521f44f1580dd diff --git a/c-bindings-gen/Cargo.toml b/c-bindings-gen/Cargo.toml index d963e43..d5f8089 100644 --- a/c-bindings-gen/Cargo.toml +++ b/c-bindings-gen/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] syn = { version = "1", features = ["full", "extra-traits"] } proc-macro2 = "1" +quote = "1" [profile.release] incremental = true