Rename lightning C/C++ bindings library to libldk
[rust-lightning] / lightning-c-bindings / Cargo.toml
index 7e4a403e23f9ed9fa3d81b5d7d6f1e2e741f13bc..4790211834c6417e34921a1f31c895188139d67c 100644 (file)
@@ -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"]