Merge pull request #655 from lightning-signer/per-commitment
[rust-lightning] / lightning / src / lib.rs
index 431caa6080106cd43064a4979ffbff1643194885..96000a753fef4e28b6bf31ba1a3556f19c78d401 100644 (file)
 #![allow(ellipsis_inclusive_range_patterns)]
 
 extern crate bitcoin;
-extern crate secp256k1;
-#[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;
+