Skip to content

Commit

Permalink
chore: expose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoLeonardo committed Nov 11, 2024
1 parent 1928a64 commit 42a16cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 42a16cc

Please sign in to comment.