From f4f71a24f9386f60feea021a34b62ad820a816cf Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Fri, 18 Oct 2024 03:44:03 +0000 Subject: [PATCH] add repo to cargo.toml --- Cargo.toml | 3 +++ bin/Cargo.toml | 1 + 2 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5d65d86c..64583c84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,9 @@ members = [ ] resolver = "2" +[workspace.package] +repository = "https://github.com/BrettMayson/HEMTT" + [workspace.lints.clippy] all = { level = "deny", priority = -1 } nursery = { level = "deny", priority = -1 } diff --git a/bin/Cargo.toml b/bin/Cargo.toml index abb2dce4..5403d22a 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -5,6 +5,7 @@ version = "1.13.3" edition = "2021" license = "GPL-2.0" authors = ["Brett Mayson "] +repository.workspace = true [lints] workspace = true