mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
19 lines
420 B
TOML
19 lines
420 B
TOML
[package]
|
|
name = "esp-config"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
rust-version = "1.84.0"
|
|
description = "Configure projects using esp-hal and related packages"
|
|
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 = []
|