From f552b49e3b39aa304a2342025abc58b53fef7e4c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 2 Aug 2019 14:57:34 +0100 Subject: [PATCH] Add READMEs to Cargo.toml files This will cause crates.io to render each crate's README as its information page. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8fadb32..1801ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = [ "Sean Bowe ", "Jack Grigg ", ] +readme = "README.md" license = "MIT/Apache-2.0" description = "Pairing-friendly elliptic curve library"