chore: remove tokio from dependencies

This commit is contained in:
2024-06-29 00:24:28 +02:00
parent 8c77ffbf6e
commit 7bb0bcfa4b
3 changed files with 3 additions and 388 deletions

View File

@@ -10,8 +10,7 @@ use std::{process::Command, sync::mpsc::channel};
const NOTIFY_SEND_REPLACE_ID: u32 = 1448531;
#[tokio::main]
async fn main() {
fn main() {
let mainloop = pulse::mainloop::standard::Mainloop::new().expect("Error getting main loop");
let (pulse_ix_tx, pulse_ix_rx) = channel::<PulseInstruction>();