From 44f3ccfc10913dccdc56dfe080bf80dbb6a9a8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 12:44:12 +0300 Subject: [PATCH] chore(docs): add the repository field to Cargo.toml (#21) --- sdk/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6cd6cd7..f56ad1d 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "Stealth Address Kit: A Rust library for generating stealth addresses." license = "MIT" homepage = "https://vac.dev" +repository = "https://github.com/vacp2p/stealth-address-kit" [lib] name = "stealth_address_kit"