* Check more features and targets in CI when linting * Address clippy lints * Address clippy lints for esp-wifi * Expand println and storage checks * Remove uneeded clippy lint * Check every package for each target * resolve esp-wifi clippy lints * use defmt when building esp-wifi * clean up * fix warning in meta crate * simplify CI workflow * split up clippy jobs
17 lines
506 B
TOML
17 lines
506 B
TOML
[package]
|
|
name = "esp-metadata"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
rust-version = "1.60.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.4", features = ["derive"] }
|
|
basic-toml = "0.1.9"
|
|
lazy_static = "1.5.0"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
strum = { version = "0.26.3", features = ["derive"] }
|