Update the root Cargo.toml to point to the new subcrate

This commit is contained in:
Matt Corallo 2020-07-24 14:31:36 -04:00
parent 96b2927a9a
commit 76eaa61725

View file

@ -3,6 +3,7 @@
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