20 lines
328 B
TOML
20 lines
328 B
TOML
[package]
|
|
name = "miband8-hr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
btleplug = "0.11.6"
|
|
ccm = "0.5.0"
|
|
futures = "0.3.31"
|
|
hex = "0.4.3"
|
|
hmac = "0.12.1"
|
|
protobuf = "3.7.1"
|
|
rand = "0.8.5"
|
|
rand_core = "0.6.4"
|
|
rosc = "0.10.1"
|
|
sha2 = "0.10.8"
|
|
tokio = {version="1.41.0", features = ["full"]}
|
|
uuid = "1.11.0"
|