meshtastic-esp-ota/Cargo.toml

13 lines
272 B
TOML
Raw Permalink Normal View History

2024-12-28 17:05:10 +00:00
[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"