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