From d0d6550d7ed0872a52cf5144000a4a9c8cc146e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 08:42:04 +0300 Subject: [PATCH] It is better to use the repository field in Cargo.toml (#7) --- crates/tuono/Cargo.toml | 2 +- crates/tuono_lib/Cargo.toml | 2 +- crates/tuono_lib_macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/tuono/Cargo.toml b/crates/tuono/Cargo.toml index ed05c9d1..b21ae14a 100644 --- a/crates/tuono/Cargo.toml +++ b/crates/tuono/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" edition = "2021" authors = ["V. Ageno "] description = "The react/rust fullstack framework" -homepage = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/Valerioageno/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"] diff --git a/crates/tuono_lib/Cargo.toml b/crates/tuono_lib/Cargo.toml index 6606809d..3bb184b9 100644 --- a/crates/tuono_lib/Cargo.toml +++ b/crates/tuono_lib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" edition = "2021" authors = ["V. Ageno "] description = "The react/rust fullstack framework" -homepage = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/Valerioageno/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"] diff --git a/crates/tuono_lib_macros/Cargo.toml b/crates/tuono_lib_macros/Cargo.toml index fb276f80..14d1f6cd 100644 --- a/crates/tuono_lib_macros/Cargo.toml +++ b/crates/tuono_lib_macros/Cargo.toml @@ -3,7 +3,7 @@ name = "tuono_lib_macros" version = "0.2.1" edition = "2021" description = "The react/rust fullstack framework" -homepage = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/Valerioageno/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]