esp-hal/esp-metadata/Cargo.toml
Gnome! 49e14b7ccb
Remove lazy_static in favor of OnceLock (#2063)
* [esp-metadata] Remove lazy_static in favor of OnceLock

* [esp-wifishark] Remove lazy_static in favor of normal initialisation

* [ieee802154-sniffer] Shorten SelectorConfig initialisation

* [ieee802154-sniffer] Remove lazy_static in favor of normal initialisation
2024-09-03 14:43:35 +00:00

16 lines
501 B
TOML

[package]
name = "esp-metadata"
version = "0.3.0"
edition = "2021"
rust-version = "1.70.0"
description = "Metadata for Espressif devices"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"], optional = true }
basic-toml = "0.1.9"
serde = { version = "1.0.209", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }