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:
parent
8c59b4a6cc
commit
f552b49e3b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue