Skip to content

Commit

Permalink
Add some additional cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertescher committed Nov 5, 2019
1 parent bce2249 commit 3d468af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
authors = ["Matt Vertescher <mvertescher@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for the STM32F7xx family of microcontrollers"
documentation = "https://docs.rs/stm32f7xx-hal"
edition = "2018"
keywords = ["arm", "cortex-m", "stm32f7xx", "hal"]
license = "MIT OR Apache-2.0"
name = "stm32f7xx-hal"
repository = "https://github.com/mvertescher/stm32f7xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32f7xx-hal"
version = "0.1.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 3d468af

Please sign in to comment.