Skip to content

Commit 29aace0

Browse files
committed
Add additional meta data to improve crate experience
* 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/
1 parent c38b2cf commit 29aace0

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)