Commit f6a1e96
Merge #25
25: add README.md to Cargo.toml in order for crates.io to have a nice README preview r=nastevens a=phip1611
Currently the crates.io page only shows the description from Cargo.toml, see: https://crates.io/crates/spidev
If you add `readme = "README.md"` it will show the README including the code example. This will attract more users to use this crate.
Co-authored-by: Philipp Schuster <phip1611@gmail.com>1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments