From fc2dcdeb535abe5a5fde7acd0967a027a5ee924e Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 3 Mar 2024 15:39:16 +0100 Subject: [PATCH] docs(cargo): add publication props --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a88879..bc1b168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,16 @@ name = "mistralai-client" description = "Mistral AI API client library for Rust (unofficial)." license = "Apache-2.0" version = "0.0.0" + edition = "2021" +rust-version = "1.76.0" + +authors = ["Ivan Gabriele "] +categories = ["api-bindings"] +homepage = "https://github.com/ivangabriele/mistralai-client-rs#readme" +keywords = ["mistral", "mistralai", "client", "api", "ai", "llm"] +readme = "README.md" +repository = "https://github.com/ivangabriele/mistralai-client-rs" [dependencies] minreq = { version = "2.11.0", features = ["https-rustls", "json-using-serde"] }