X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=7e4a403e23f9ed9fa3d81b5d7d6f1e2e741f13bc;hb=dbf4f589876264819b2731e8a78304a40d3de27f;hp=8280f35685c80116db18b32b0374bbbcba2611b6;hpb=83322e1c0dbf83b16d7f38de0bcf8e9b82063480;p=rust-lightning diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 8280f356..7e4a403e 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -17,3 +17,8 @@ crate-type = ["staticlib" [dependencies] bitcoin = "0.24" lightning = { version = "0.0.11", path = "../lightning" } + +# We eventually want to join the root workspace, but for now, the bindings generation is +# a bit brittle and we don't want to hold up other developers from making changes just +# because they break the bindings +[workspace]