summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-06-08 11:34:44 -0500
committerMaxwell Beck <max@rastertail.net>2025-06-08 11:34:44 -0500
commite15b681db958182ae112dc11f48330c0ece793a9 (patch)
tree3386f812fc74aade5412c436b6462c048936bee2 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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"