Skip to content

Commit 77aec3b

Browse files
committed
add metadata to Cargo.toml
1 parent d8cfa9d commit 77aec3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "spartan"
33
version = "0.1.0"
44
authors = ["Srinath Setty <[email protected]>"]
55
edition = "2018"
6+
description = "High-speed zkSNARKs without trusted setup"
7+
documentation = "https://github.com/microsoft/Spartan"
8+
readme = "README.md"
9+
repository = "https://github.com/microsoft/Spartan"
10+
license-file = "LICENSE"
11+
keywords = ["zkSNARKs", "cryptography", "proofs"]
612

713
[dependencies]
814
curve25519-dalek = { version = "2", features = ["serde", "simd_backend"]}

0 commit comments

Comments
 (0)