From 307ff284a40e0f23be7ca511aba381b1481439e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 24 Aug 2023 16:03:17 +0300 Subject: [PATCH] Update Cargo.toml add repository to allow crates.io, rust-digger, and others to link to it --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fee534f..3ea64f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" authors = ["Dongri Jin "] license = "MIT" description = "OpenAI API client library for Rust (unofficial)" +repository = "https://github.com/dongri/openai-api-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html