Add package metadata to esp-storage to make documentation build (#2891)

This commit is contained in:
Jesse Braham 2025-01-06 00:03:53 -08:00 committed by GitHub
parent 6494354a91
commit 05b5bac027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,9 @@ categories = ["embedded", "hardware-support", "no-std"]
repository = "https://github.com/esp-rs/esp-storage"
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
default-target = "riscv32imac-unknown-none-elf"
features = ["esp32c6"]
[dependencies]
embedded-storage = "0.3.1"