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 6804225912
commit 35f5026306
1 changed files with 1 additions and 0 deletions

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"