From a1ffe8b61ec6690456e66e74e9d5e68fa1b43315 Mon Sep 17 00:00:00 2001 From: itsscb Date: Mon, 28 Oct 2024 22:31:42 +0100 Subject: [PATCH] chore: add crossbeam_channel and wifi-rs --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8a6b8e0..ab1f8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] +crossbeam-channel = "0.5.13" rand = "0.8.5" rodio = "0.19.0" rusb = "0.9.4" serde = { version = "1.0.210", features = ["derive", "rc"] } serde_json = "1.0.132" +wifi-rs = "0.2.4"