4b2456ee53
[x] connect to the device [x] find service and characteristic
12 lines
252 B
TOML
12 lines
252 B
TOML
[package]
|
|
name = "rust_lum"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bluer = "0.13.1"
|
|
tokio = "1.15.0"
|
|
futures = "0.3.19"
|
|
uuid = "1.0.0-alpha.1" |