Add a sample module FilesystemPersister.
[rust-lightning] / Cargo.toml
index 56f4ac32f3f629c3553adb07114e21370ee1c80b..c43e7927581432e9834aed21a16329aba92f80b3 100644 (file)
@@ -3,6 +3,7 @@
 members = [
     "lightning",
     "lightning-net-tokio",
+    "lightning-persister",
 ]
 
 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it.