1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00
This commit is contained in:
Robin Appelman 2024-11-17 17:13:54 +01:00
commit c6efcb49ac
9 changed files with 1260 additions and 11 deletions

View file

@ -7,7 +7,7 @@ use tokio_stream::StreamExt;
#[tokio::main]
async fn main() -> Result<(), MainError> {
env_logger::init();
tracing_subscriber::fmt::init();
let manager = Manager::new().await?;
let adapter = manager.adapters().await?.pop().unwrap();