Skip to content

Commit

Permalink
chore: expose async_curl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoLeonardo committed Nov 11, 2024
1 parent 1928a64 commit 8bc5d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ pub mod error;
pub mod http_client;

pub mod dep {
pub use async_curl;
pub use curl;
}

Expand Down

0 comments on commit 8bc5d15

Please sign in to comment.