From f71f19e26c400e636cd43aed8946d6d8936bb4e7 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 26 Aug 2022 09:10:34 -0400 Subject: [PATCH] Add a repository field to the DLEq Cargo.toml --- crypto/dleq/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/dleq/Cargo.toml b/crypto/dleq/Cargo.toml index 028fa359..dee76477 100644 --- a/crypto/dleq/Cargo.toml +++ b/crypto/dleq/Cargo.toml @@ -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 "] edition = "2021"