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"