Browse Source

add metadata to Cargo.toml

master
Srinath Setty 3 years ago
parent
commit
77aec3b513
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Cargo.toml

+ 6
- 0
Cargo.toml

@ -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"]}

Loading…
Cancel
Save