esp32-c3/Cargo.toml
2023-12-26 23:22:06 +01:00

17 lines
311 B
TOML

[package]
name = "ble_server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
btleplug = "*"
uuid = "*"
tokio = { version = "1", features = ["full"] }
futures ="*"
[[bin]]
name = "ble_server"
path = "main.rs"