Remove the bindings crate from the root namespace to let it break
[rust-lightning] / Cargo.toml
index 069e49e8b7c2c2756c9954a48305f2af498e550e..03d58b202cf39ea5526d683711cff464e04b1c10 100644 (file)
@@ -3,7 +3,6 @@
 members = [
     "lightning",
     "lightning-net-tokio",
-    "lightning-c-bindings",
 ]
 
 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it