Skip to content

Commit 3d468af

Browse files
committed
Add some additional cargo metadata
1 parent bce2249 commit 3d468af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
authors = ["Matt Vertescher <mvertescher@gmail.com>"]
33
categories = ["embedded", "hardware-support", "no-std"]
44
description = "HAL for the STM32F7xx family of microcontrollers"
5+
documentation = "https://docs.rs/stm32f7xx-hal"
56
edition = "2018"
67
keywords = ["arm", "cortex-m", "stm32f7xx", "hal"]
78
license = "MIT OR Apache-2.0"
89
name = "stm32f7xx-hal"
9-
repository = "https://github.com/mvertescher/stm32f7xx-hal"
10+
readme = "README.md"
11+
repository = "https://github.com/stm32-rs/stm32f7xx-hal"
1012
version = "0.1.0"
1113

1214
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)