From 77aec3b513155c70509120a658a763bcb9de70b5 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Wed, 29 Jul 2020 11:39:43 -0700 Subject: [PATCH] add metadata to Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8c3983a..7582563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "spartan" version = "0.1.0" authors = ["Srinath Setty "] edition = "2018" +description = "High-speed zkSNARKs without trusted setup" +documentation = "https://github.com/microsoft/Spartan" +readme = "README.md" +repository = "https://github.com/microsoft/Spartan" +license-file = "LICENSE" +keywords = ["zkSNARKs", "cryptography", "proofs"] [dependencies] curve25519-dalek = { version = "2", features = ["serde", "simd_backend"]}