1 2 3 4 5 6
use oxipage_console::run_console; #[tokio::main] async fn main() -> anyhow::Result<()> { run_console().await }