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 bc697c14bb
commit ddd390a721
1 changed files with 1 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"