esp-hal/esp-config/Cargo.toml
Jesse Braham d655fe665f
New package releases (#2310)
* Bump version numbers of all packages to be published, update deps as needed

* Update all `CHANGELOG.md` files

* Update migration guide headings
2024-10-10 10:19:04 +00:00

18 lines
349 B
TOML

[package]
name = "esp-config"
version = "0.1.0"
edition = "2021"
rust-version = "1.79.0"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
[dependencies]
document-features = "0.2.10"
[dev-dependencies]
temp-env = "0.3.6"
[features]
## Enable the generation and parsing of a config
build = []