Skip to content

Commit ecea4a9

Browse files
committed
Add additional meta data to improve crate experience
* Add readme setting, so README.md is shown on https://crates.io/
1 parent e3b7357 commit ecea4a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m"
66
keywords = ["arm", "cortex-m", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m"
9+
readme = "README.md"
910
repository = "https://github.com/japaric/cortex-m"
1011
version = "0.5.7"
1112

@@ -17,4 +18,4 @@ volatile-register = "0.2.0"
1718
[features]
1819
cm7-r0p1 = []
1920
const-fn = ["bare-metal/const-fn"]
20-
inline-asm = []
21+
inline-asm = []

0 commit comments

Comments
 (0)