core
: Expose diesel
and diesel_async
This commit is contained in:
parent
c235467b06
commit
3e2a7fd110
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
mod schema;
|
||||
|
||||
pub mod meta;
|
||||
|
||||
pub use diesel;
|
||||
pub use diesel_async;
|
||||
|
|
Loading…
Reference in a new issue