mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-10 04:21:32 +11:00
build: add docs.rs metadata
This commit is contained in:
parent
0ecf27450a
commit
1b72a48870
|
@ -7,6 +7,10 @@ homepage = "https://github.com/rp-rs/rp-hal"
|
||||||
description = "A Rust Embeded-HAL impl for the rp2040 microcontroller"
|
description = "A Rust Embeded-HAL impl for the rp2040 microcontroller"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["rt", "rom-v2-intrinsics", "defmt", "rtic-monotonic"]
|
||||||
|
targets = ["thumbv6m-none-eabi"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue