expose errors

This commit is contained in:
Jazz Turner-Baggs 2026-03-06 10:24:27 +00:00
parent 487dc408d3
commit 390df4adaa
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ mod api;
pub mod context; pub mod context;
mod conversation; mod conversation;
mod crypto; mod crypto;
mod errors; pub mod errors;
mod identity; mod identity;
mod inbox; mod inbox;
mod proto; mod proto;