Update esp-storage repository in Cargo.toml (#3254)

This commit is contained in:
Emeric MARTINEAU 2025-03-13 13:49:20 +01:00 committed by GitHub
parent 918ae9e8d5
commit 21973d5c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ description = "Implementation of embedded-storage traits to access unencrypted
documentation = "https://docs.espressif.com/projects/rust/esp-storage/latest/"
keywords = ["embedded-storage", "esp32", "espressif", "no-std"]
categories = ["embedded", "hardware-support", "no-std"]
repository = "https://github.com/esp-rs/esp-storage"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]