mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 16:51:28 +01:00
add metadata to Cargo.toml
This commit is contained in:
@@ -3,6 +3,12 @@ name = "spartan"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||||
edition = "2018"
|
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]
|
[dependencies]
|
||||||
curve25519-dalek = { version = "2", features = ["serde", "simd_backend"]}
|
curve25519-dalek = { version = "2", features = ["serde", "simd_backend"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user