Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 675af75

Browse files
committed
Add additional meta data to improve crate experience
* Add readme setting, so README.md is shown on https://crates.io/
1 parent 9eb77b3 commit 675af75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["Jorge Aparicio <[email protected]>"]
33
categories = ["embedded", "no-std"]
44
description = "Minimal runtime / startup for Cortex-M microcontrollers"
55
documentation = "https://docs.rs/cortex-m-rt"
6+
readme = "README.md"
67
keywords = ["arm", "cortex-m", "runtime", "startup"]
78
license = "MIT OR Apache-2.0"
89
name = "cortex-m-rt"

0 commit comments

Comments
 (0)