Añade una arquitectura escalable basada en módulos
This commit is contained in:
parent
e1ea149988
commit
4e23523e80
10 changed files with 108 additions and 19 deletions
|
|
@ -1,3 +1,7 @@
|
|||
// Global.
|
||||
|
||||
pub use once_cell::sync::Lazy;
|
||||
|
||||
pub mod core;
|
||||
|
||||
pub use actix_web::main;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue