From ddd390a721735b0b133ce986aa9c2d33100c6ce0 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 fe2a55ae8..3b2a46fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] authors = ["Sean Bowe "] description = "zk-SNARK library" +readme = "README.md" documentation = "https://github.com/ebfull/bellman" homepage = "https://github.com/ebfull/bellman" license = "MIT/Apache-2.0"