mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* [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
11 lines
190 B
TOML
11 lines
190 B
TOML
[package]
|
|
name = "sniffer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
r-extcap = "0.2.4"
|
|
pcap-file = "2.0.0"
|
|
serialport = "4.2.0"
|
|
clap = { version = "4.1.7", features = ["derive"] }
|