X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Flib.rs;h=ad16914c35c3476992a1e855e7c8385e9811a7ff;hb=ee9afd315d22151e314aff2ca826561569ac4d03;hp=71f82ed01340bbeb85546aa435a22e81c9381e4d;hpb=6ddf69c93b1c3e418251ed7a898efd943e47bc30;p=rust-lightning diff --git a/lightning/src/lib.rs b/lightning/src/lib.rs index 71f82ed0..ad16914c 100644 --- a/lightning/src/lib.rs +++ b/lightning/src/lib.rs @@ -81,6 +81,7 @@ pub mod ln; pub mod offers; pub mod routing; pub mod onion_message; +pub mod events; #[cfg(feature = "std")] /// Re-export of either `core2::io` or `std::io`, depending on the `std` feature flag.