Browse Source

Fix links in `Cargo.toml`s

master
Pratyush Mishra 3 years ago
parent
commit
9cb17dc130
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml

@ -3,8 +3,8 @@ name = "ark-r1cs-std"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A standard library for constraint system gadgets"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/r1cs-gadgets"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/r1cs-std"
documentation = "https://docs.rs/ark-r1cs-std/"
keywords = ["zero knowledge", "cryptography", "zkSNARK", "SNARK", "r1cs"]
categories = ["cryptography"]

Loading…
Cancel
Save