Skip to content

Commit bf8f7be

Browse files
committed
add README.md to Cargo.toml in order for crates.io to have a nice readme preview
1 parent deb29ab commit bf8f7be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.4.0"
55
authors = ["Paul Osborne <[email protected]>"]
66
edition = "2018"
77
license = "MIT/Apache-2.0"
8+
readme = "README.md"
89
repository = "https://github.com/rust-embedded/rust-spidev"
910
homepage = "https://github.com/rust-embedded/rust-spidev"
1011
documentation = "https://docs.rs/spidev"

0 commit comments

Comments
 (0)