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 fc88b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ pub mod dep {
#[cfg(test)]
mod test;

pub use async_curl;
pub use collector::*;
pub use curl;
pub use error::*;
pub use http;
pub use http_client::*;
pub use url;

0 comments on commit fc88b08

Please sign in to comment.