Add package.rs file
[rust-lightning] / lightning / src / ln / mod.rs
index d093b849a94ece8cdc9870ae98d6cd9f64888abb..3cf580a3681f008987a26829ed1e91fa7763fd54 100644 (file)
@@ -28,6 +28,7 @@ pub mod peer_handler;
 pub mod chan_utils;
 pub mod features;
 pub(crate) mod onchaintx;
+pub(crate) mod package;
 
 #[cfg(feature = "fuzztarget")]
 pub mod peer_channel_encryptor;