mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-06 08:44:23 +00:00
Add a repository field to the DLEq Cargo.toml
This commit is contained in:
parent
33ee6b7a02
commit
f71f19e26c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "dleq"
|
|||
version = "0.1.1"
|
||||
description = "Implementation of single and cross-curve Discrete Log Equality proofs"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
Loading…
Reference in a new issue