Skip to content

Commit 2f2c874

Browse files
authored
It is better to use the repository field in Cargo.toml (#16)
1 parent e90376f commit 2f2c874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.9"
44
authors = ["i@gt.email","craig@mayhew.io"]
55
edition = "2021"
66
license = "MIT"
7-
homepage = "https://github.com/openai-rs/openai-api"
7+
repository = "https://github.com/openai-rs/openai-api"
88
description = "A very simple Rust library for OpenAI API, free from complex async operations and redundant dependencies."
99
keywords = ["openai_api", "openai", "openai-api"]
1010
categories = ["api-bindings"]

0 commit comments

Comments
 (0)