esp32/lib/wifi/Cargo.toml
Thomas Klaehn 18e9f86c36 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-08 08:48:24 +01:00

17 lines
288 B
TOML

[package]
name = "wifi"
version = "0.1.0"
edition = "2021"
authors = ["Sergio Gasquez <sergio.gasquez@gmail.com>"]
[dependencies]
anyhow = "=1.0.95"
esp-idf-svc = "=0.50.1"
log = "=0.4.22"
[build-dependencies]
embuild = "=0.33.0"
[dev-dependencies]
toml-cfg = "=0.1.3"