From 0dfcd6d0e2b0f09a4a2d0c6df17cc3c88d90c9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 12:31:00 +0300 Subject: [PATCH] It is better to use the repository field in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 621bd40..948f3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.70" categories = ["command-line-utilities", "development-tools::ffi"] readme = "README.md" -homepage = "https://github.com/Infineon/svd2pac" +repository = "https://github.com/Infineon/svd2pac" keywords = ["generator","svd", "pac"] license = "MIT" description = "Tool to generate peripheral access crates from SVD files"