diff options
author | 2018-08-25 16:30:43 +0000 | |
---|---|---|
committer | 2018-08-25 16:30:43 +0000 | |
commit | 8c4a9d27361de5f461e945c76f42f2aabf8af4ef (patch) | |
tree | 564c0696a9822609495647bd429563e190d040f7 | |
parent | 5861058169dce0d65db7b20c0edce7b1e2dbb2de (diff) | |
parent | a19d74ba1ee643f468c0c75549ef8239fe6c962c (diff) | |
download | cortex-m-8c4a9d27361de5f461e945c76f42f2aabf8af4ef.tar.gz cortex-m-8c4a9d27361de5f461e945c76f42f2aabf8af4ef.tar.zst cortex-m-8c4a9d27361de5f461e945c76f42f2aabf8af4ef.zip |
Merge #94
94: Add additional meta data to improve crate experience r=korken89 a=Nicoretti
* Add readme setting, so README.md is shown on https://crates.io/
Co-authored-by: Nicola Coretti <nico.coretti@gmail.com>
-rw-r--r-- | cortex-m-rt/Cargo.toml | 1 |
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" |