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