Merge pull request #1972 from jkczyz/2023-01-bolt12-spec-updates
[rust-lightning] / fuzz / src / lib.rs
index a0cc42b8189f9ae8837fb8ea64106c902185781d..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,10 @@ 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;