Add READMEs to Cargo.toml files

This will cause crates.io to render each crate's README as its
information page.
This commit is contained in:
Jack Grigg
2019-08-02 14:57:34 +01:00
parent 30660e1d1c
commit 1d02363752
8 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
readme = "README.md"
edition = "2018"
[dependencies]