1 2 3 4 5 6 7
use sfx::prelude::*; use {{crate_name}}::APP; #[tokio::main] async fn main() { APP.clone().run().await; }