diff options
author | 2018-10-26 15:44:54 +0200 | |
---|---|---|
committer | 2018-10-26 15:44:54 +0200 | |
commit | ecea4a9450c22fe3c45956dc63f3c085e5e6a2f0 (patch) | |
tree | 474ffd60344c4214c378d0065855c0ad3264d684 | |
parent | e3b7357002f0fa739253c78623f825e0e8a7f1ab (diff) | |
download | cortex-m-ecea4a9450c22fe3c45956dc63f3c085e5e6a2f0.tar.gz cortex-m-ecea4a9450c22fe3c45956dc63f3c085e5e6a2f0.tar.zst cortex-m-ecea4a9450c22fe3c45956dc63f3c085e5e6a2f0.zip |
Add additional meta data to improve crate experience
* Add readme setting, so README.md is shown on https://crates.io/
-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 = [] |