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"]