mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-23 15:48:07 +00:00
Fix Cargo.toml
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
name = "openai-rs"
|
name = "openai-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Dongri Jin <dongrify@gmail.com>"]
|
||||||
|
license = "MIT"
|
||||||
|
description = "OpenAI API wrapper for Rust"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user