meshtastic-esp-ota/Cargo.toml
2024-12-28 19:09:34 +01:00

13 lines
272 B
TOML

[package]
name = "meshtastic-esp-ota"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.42.0", features = ["full"] }
anyhow = "1.0.95"
btleplug = "0.11.7"
clap = { version = "4.5.23", features = ["derive"] }
uuid = "1.11.0"
futures-util = "0.3.31"