Move existing BOLT11 fuzz test to the `fuzz` crate
[rust-lightning] / fuzz / src / lib.rs
index 5b5cd69cf9681ac2d1fa5c8b75a52eebbd0447a5..6efdd94dfcb433650c5480b92e4ceabb81909f4b 100644 (file)
@@ -22,6 +22,7 @@ pub mod indexedmap;
 pub mod invoice_deser;
 pub mod invoice_request_deser;
 pub mod offer_deser;
+pub mod bolt11_deser;
 pub mod onion_message;
 pub mod peer_crypt;
 pub mod process_network_graph;