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 2021-10-31 18:25:55 +01:00
commit 15e70d0212
4 changed files with 24 additions and 22 deletions

View file

@ -1,10 +1,9 @@
use btleplug::api::Manager as _;
use btleplug::platform::Manager;
use futures_util::StreamExt;
use main_error::MainError;
use mitemp::{listen};
use mitemp::listen;
use tokio::pin;
use tokio_stream::StreamExt;
#[tokio::main]
async fn main() -> Result<(), MainError> {