create schemas.rs

This commit is contained in:
bitfl0wer 2023-04-15 20:16:18 +02:00
parent 3b4e57769c
commit ca988d93aa
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
pub mod policies;
pub mod schemas;
pub use policies::instance::limits::*;
pub use schemas::*;

1
src/api/schemas.rs Normal file
View File

@ -0,0 +1 @@
pub mod schemas {}