Introduce graph sync crate for fast-forwarding through gossip data downloaded from...
[rust-lightning] / fuzz / src / lib.rs
index a0cc42b8189f9ae8837fb8ea64106c902185781d..5e158aee36ffe050e6f53176ddd1fc7887935871 100644 (file)
@@ -9,6 +9,7 @@
 
 extern crate bitcoin;
 extern crate lightning;
+extern crate lightning_rapid_gossip_sync;
 extern crate hex;
 
 pub mod utils;
@@ -17,6 +18,7 @@ pub mod chanmon_deser;
 pub mod chanmon_consistency;
 pub mod full_stack;
 pub mod peer_crypt;
+pub mod process_network_graph;
 pub mod router;
 pub mod zbase32;