From c725e435c9c9f774d9adcc8178b7897dc94bc305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Wed, 11 Jun 2025 14:23:47 +0300 Subject: [PATCH] chore: Update Cargo.toml add repository field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7ae5fbb..5c014dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" description = "A simple library for Mining pools and developers" documentation = "https://docs.rs/hashpool" homepage = "https://www.arealayer.net/projects" +repository = "https://github.com/AreaLayer/HashPool" version = "1.0.23-beta" edition = "2021"