aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nicola Coretti <nico.coretti@gmail.com> 2018-08-22 20:42:24 +0200
committerGravatar Nicola Coretti <nico.coretti@gmail.com> 2018-08-22 20:42:24 +0200
commita19d74ba1ee643f468c0c75549ef8239fe6c962c (patch)
tree564c0696a9822609495647bd429563e190d040f7
parent5861058169dce0d65db7b20c0edce7b1e2dbb2de (diff)
downloadcortex-m-a19d74ba1ee643f468c0c75549ef8239fe6c962c.tar.gz
cortex-m-a19d74ba1ee643f468c0c75549ef8239fe6c962c.tar.zst
cortex-m-a19d74ba1ee643f468c0c75549ef8239fe6c962c.zip
Add additional meta data to improve crate experience
* Add readme setting, so README.md is shown on https://crates.io/
-rw-r--r--cortex-m-rt/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index 988faa7..1ebcbb8 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -3,6 +3,7 @@ authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "no-std"]
description = "Minimal runtime / startup for Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rt"
+readme = "README.md"
keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt"