X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=4790211834c6417e34921a1f31c895188139d67c;hb=e7678d42d9563a84e8c60f57237e5e80df98a4d4;hp=8280f35685c80116db18b32b0374bbbcba2611b6;hpb=253af8dd617161b2bd79173f9da3ecc0b0991f7e;p=rust-lightning diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 8280f356..47902118 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -9,7 +9,7 @@ Utilities to fetch the chain from Bitcoin Core REST/RPC Interfaces and feed them """ [lib] -name = "lightning" +name = "ldk" crate-type = ["staticlib" # Note that the following line is matched exactly by genbindings to turn off dylib creation ,"cdylib"] @@ -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]