Merge pull request #1972 from jkczyz/2023-01-bolt12-spec-updates
[rust-lightning] / fuzz / src / lib.rs
index 5fe50520c57c70595f8e353339d53ecb8d4329b3..462307d55b42a6e977276065825cc325c8c3c807 100644 (file)
@@ -9,6 +9,7 @@
 
 extern crate bitcoin;
 extern crate lightning;
+extern crate lightning_rapid_gossip_sync;
 extern crate hex;
 
 pub mod utils;
@@ -16,7 +17,11 @@ pub mod utils;
 pub mod chanmon_deser;
 pub mod chanmon_consistency;
 pub mod full_stack;
+pub mod indexedmap;
+pub mod onion_message;
 pub mod peer_crypt;
+pub mod process_network_graph;
 pub mod router;
+pub mod zbase32;
 
 pub mod msg_targets;