aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d1df0ad..8f94a8d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -42,6 +42,7 @@ pub use verify::Channel;
pub use xchan::XChan;
// pub use zotapi::ZotAPI;
pub use zotapi::new;
+pub use zotapi::ZotApi;
#[cfg(test)]
mod tests {