From a811a55aaa98513838db22717bff9c5d10710f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 11:12:59 +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 190b426..fd0ad8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.9" authors = ["i@gt.email","craig@mayhew.io"] edition = "2021" license = "MIT" -homepage = "https://github.com/openai-rs/openai-api" +repository = "https://github.com/openai-rs/openai-api" description = "A very simple Rust library for OpenAI API, free from complex async operations and redundant dependencies." keywords = ["openai_api", "openai", "openai-api"] categories = ["api-bindings"]