From bca3da339eca2a1bdb90cb28cce8448d888bb01c Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Mon, 12 Dec 2022 13:27:43 +0900 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0fb0b11..a3304d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "openai-rs" version = "0.1.0" edition = "2021" +authors = ["Dongri Jin "] +license = "MIT" +description = "OpenAI API wrapper for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html