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
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
8 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "zk-SNARK library"
readme = "README.md"
documentation = "https://github.com/ebfull/bellman"
homepage = "https://github.com/ebfull/bellman"
license = "MIT/Apache-2.0"

View File

@ -3,6 +3,7 @@ name = "ff"
version = "0.4.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Library for building and interfacing with finite fields"
readme = "README.md"
documentation = "https://docs.rs/ff/"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"

View File

@ -5,6 +5,7 @@ authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
]
readme = "README.md"
license = "MIT/Apache-2.0"
description = "Elliptic curve group traits and utilities"

View File

@ -7,6 +7,7 @@ authors = [
"Jay Graber <jay@z.cash>",
"Simon Liu <simon@z.cash>"
]
readme = "README.md"
edition = "2018"
[lib]

View File

@ -7,6 +7,7 @@ authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
]
readme = "README.md"
license = "MIT/Apache-2.0"
description = "Pairing-friendly elliptic curve library"

View File

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

View File

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

View File

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