diff options
author | 2018-10-26 18:44:37 +0000 | |
---|---|---|
committer | 2018-10-26 18:44:37 +0000 | |
commit | d394540ca3583d0fdc959538f1f9201a5e132c5a (patch) | |
tree | 80d56370c036d44804fb21cc8db035e16c7dd71a | |
parent | be6c39c725d2ae0cf50e36e07a27fd9a882cb71d (diff) | |
parent | ecea4a9450c22fe3c45956dc63f3c085e5e6a2f0 (diff) | |
download | cortex-m-d394540ca3583d0fdc959538f1f9201a5e132c5a.tar.gz cortex-m-d394540ca3583d0fdc959538f1f9201a5e132c5a.tar.zst cortex-m-d394540ca3583d0fdc959538f1f9201a5e132c5a.zip |
Merge #118
118: Add additional meta data to improve crate experience r=therealprof a=Nicoretti
* Add readme setting, so README.md is shown on https://crates.io/
Co-authored-by: Nicola Coretti <nicola.coretti@esrlabs.com>
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m" keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" +readme = "README.md" repository = "https://github.com/japaric/cortex-m" version = "0.5.7" @@ -17,4 +18,4 @@ volatile-register = "0.2.0" [features] cm7-r0p1 = [] const-fn = ["bare-metal/const-fn"] -inline-asm = []
\ No newline at end of file +inline-asm = [] |