1 2 3 4 5 6
use fluentci_server::start; #[tokio::main] async fn main() -> std::io::Result<()> { start().await }