Skip to content

Commit

Permalink
fix: Expose tokio_postgres in public API
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 5, 2025
1 parent 808da8e commit 16a9de8
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 @@ -59,3 +59,7 @@ pub use errors::*;
pub mod deadpool_postgres {
pub use deadpool_postgres::*;
}

pub mod tokio_postgres {
pub use tokio_postgres::*;
}

0 comments on commit 16a9de8

Please sign in to comment.