diff --git a/src/lib.rs b/src/lib.rs index f89bb79..1946d1f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,6 +12,7 @@ #![deny(missing_docs)] // Crate re-exports +pub use prost; pub use reqwest; /// Implements a thin-client ([`client::VssClient`]) to access a hosted instance of Versioned Storage Service (VSS).