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