Merge pull request #655 from lightning-signer/per-commitment
[rust-lightning] / lightning / src / lib.rs
index 039f2f3aca1c9e36422aae2bea755f0de4c931cb..96000a753fef4e28b6bf31ba1a3556f19c78d401 100644 (file)
 #![allow(ellipsis_inclusive_range_patterns)]
 
 extern crate bitcoin;
-#[cfg(test)] extern crate rand;
 #[cfg(test)] extern crate hex;
+#[cfg(test)] extern crate regex;
 
 #[macro_use]
 pub mod util;
 pub mod chain;
 pub mod ln;
+pub mod routing;
+