Skip to content

Commit 9c94320

Browse files
committed
Re-export the reqwest crate
.. as some types are part of our API.
1 parent 97381da commit 9c94320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#![deny(rustdoc::private_intra_doc_links)]
1212
#![deny(missing_docs)]
1313

14+
// Crate re-exports
15+
pub use reqwest;
16+
1417
/// Implements a thin-client ([`client::VssClient`]) to access a hosted instance of Versioned Storage Service (VSS).
1518
pub mod client;
1619

0 commit comments

Comments
 (0)