mirror of
https://codeberg.org/icewind/mitemp-rs.git
synced 2026-06-03 17:24:08 +02:00
0.3.0
This commit is contained in:
parent
68b7c2ddcc
commit
15e70d0212
4 changed files with 24 additions and 22 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue