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 11ca297..086ecfb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -24,6 +24,7 @@ mod item;
mod network_stream;
mod verify;
mod xchan;
+mod zotapi;
pub use abconfig::ABConfig;
pub use abook::Abook;
@@ -35,6 +36,7 @@ pub use item::item;
pub use network_stream::network_stream;
pub use verify::Channel;
pub use xchan::XChan;
+pub use zotapi::ZotAPI;
#[cfg(test)]
mod tests {