Skip to content

Commit

Permalink
re-add dependency re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 11, 2022
1 parent a9bf7cc commit 5827ac3
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 @@ -33,6 +33,9 @@
//! }
//! ```

pub use mysql;
pub use r2d2;

mod pool;
pub use self::pool::MySqlConnectionManager;
#[allow(deprecated)]
Expand Down

0 comments on commit 5827ac3

Please sign in to comment.