blob: 66582e581901b45f634978fcde1c9c7fc52e3bec (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|