Skip to content

Commit 21cece4

Browse files
bors[bot]Nicoretti
andcommitted
Merge #23
23: Add additional meta data to improve crate experience r=korken89 a=Nicoretti * Add readme setting, so README.md is shown on https://crates.io/ * Add repository setting, so a link to the project repository is shown on https://crates.io/ Co-authored-by: Nicola Coretti <[email protected]>
2 parents c38b2cf + 29aace0 commit 21cece4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ authors = [
33
"Jonathan Pallant <[email protected]>",
44
"Jorge Aparicio <[email protected]>",
55
]
6+
67
description = "A heap allocator for Cortex-M processors"
8+
repository = "https://github.com/rust-embedded/alloc-cortex-m"
79
documentation = "https://docs.rs/alloc-cortex-m"
10+
readme = "README.md"
11+
812
keywords = [
913
"allocator",
1014
"arm",

0 commit comments

Comments
 (0)