Split up generic parameters that used to comprise KeysInterface.
[rust-lightning] / fuzz / src / lib.rs
index a0cc42b8189f9ae8837fb8ea64106c902185781d..2238a9702a9563a78e59ef8010f6e816f282b4b1 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,9 @@ pub mod utils;
 pub mod chanmon_deser;
 pub mod chanmon_consistency;
 pub mod full_stack;
+pub mod onion_message;
 pub mod peer_crypt;
+pub mod process_network_graph;
 pub mod router;
 pub mod zbase32;