We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b42dab + f26e529 commit 5934149Copy full SHA for 5934149
1 file changed
src/lib.rs
@@ -12,6 +12,7 @@
12
#![deny(missing_docs)]
13
14
// Crate re-exports
15
+pub use prost;
16
pub use reqwest;
17
18
/// Implements a thin-client ([`client::VssClient`]) to access a hosted instance of Versioned Storage Service (VSS).
0 commit comments