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

* Bump version numbers of all packages to be published, update deps as needed * Update all `CHANGELOG.md` files * Update migration guide headings
16 lines
501 B
TOML
16 lines
501 B
TOML
[package]
|
|
name = "esp-metadata"
|
|
version = "0.4.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.89"
|
|
clap = { version = "4.5.16", features = ["derive"], optional = true }
|
|
basic-toml = "0.1.9"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
strum = { version = "0.26.3", features = ["derive"] }
|