summary refs log tree commit diff
path: root/Cargo.toml
blob: 5dc7f97040dd72258c1fb86bde3632eb97694198 (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"] }
evdev = "0.13.1"
tokio = "1.45.1"
tokio-stream = "0.1.17"
uuid = "1.17.0"