re-export derive usages

This commit is contained in:
OMGeeky
2023-04-15 15:15:58 +02:00
parent 535a5896b8
commit b7ce1be6b7
2 changed files with 23 additions and 17 deletions

View File

@@ -2,3 +2,9 @@ pub mod client;
pub mod data;
pub mod prelude;
pub mod utils;
pub mod re_exports {
pub use async_trait;
pub use log;
pub use serde_json;
}