aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 357591d..11ca297 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,6 +22,7 @@ mod error;
mod group;
mod item;
mod network_stream;
+mod verify;
mod xchan;
pub use abconfig::ABConfig;
@@ -32,6 +33,7 @@ pub use error::Error;
pub use group::{group, group_members};
pub use item::item;
pub use network_stream::network_stream;
+pub use verify::Channel;
pub use xchan::XChan;
#[cfg(test)]