🐛 Fix package registration
This commit is contained in:
parent
7fd262eaa0
commit
4ea28030c7
5 changed files with 26 additions and 57 deletions
6
examples/app-basic.rs
Normal file
6
examples/app-basic.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