From e15b681db958182ae112dc11f48330c0ece793a9 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Sun, 8 Jun 2025 11:34:44 -0500 Subject: Initial commit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..66582e5 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "siriremote" +version = "0.1.0" +edition = "2024" + +[dependencies] +bluer = { version = "0.17.4", features = ["bluetoothd"] } +tokio = "1.45.1" +tokio-stream = "0.1.17" +uinput-tokio = "0.1.36" +uuid = "1.17.0" -- cgit 1.4.1