chore: export mongodb

This commit is contained in:
Paul Makles
2022-03-26 19:24:29 +00:00
parent 191c321d86
commit 20c88a802b
+2
View File
@@ -9,6 +9,8 @@ extern crate serde_json;
#[macro_use]
extern crate rocket_okapi;
pub use mongodb;
pub mod config;
pub mod entities;
pub mod logic;