1
Fork 0

core: Expose diesel and diesel_async

This commit is contained in:
Steffo 2024-11-15 04:59:13 +01:00
parent c235467b06
commit 3e2a7fd110
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -3,3 +3,6 @@
mod schema;
pub mod meta;
pub use diesel;
pub use diesel_async;