diff --git a/src/client.rs b/src/client.rs index 89b8e153..9ebdbc22 100644 --- a/src/client.rs +++ b/src/client.rs @@ -3,7 +3,7 @@ //! This library implements the client side to access the backups //! server using https. -mod pipe_to_stream; +pub mod pipe_to_stream; mod merge_known_chunks; mod http_client;