🎉 Inicia el proyecto
This commit is contained in:
commit
6a2bb91dcc
8 changed files with 3417 additions and 0 deletions
6
src/main.rs
Normal file
6
src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use pagetop::prelude::*;
|
||||
|
||||
#[pagetop::main]
|
||||
async fn main() -> std::io::Result<()> {
|
||||
Application::new().run()?.await
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue