diff --git a/src/lib.rs b/src/lib.rs index ea71320..355f008 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -401,7 +401,10 @@ pub mod error; pub mod http_client; pub mod dep { + pub use async_curl; pub use curl; + pub use http; + pub use url; } #[cfg(test)]