diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
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" |