Skip to content

Commit

Permalink
add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Jul 29, 2020
1 parent d8cfa9d commit 77aec3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "spartan"
version = "0.1.0"
authors = ["Srinath Setty <srinath@microsoft.com>"]
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"]}
Expand Down

0 comments on commit 77aec3b

Please sign in to comment.