docs(cargo): add publication props
This commit is contained in:
@@ -3,7 +3,16 @@ name = "mistralai-client"
|
|||||||
description = "Mistral AI API client library for Rust (unofficial)."
|
description = "Mistral AI API client library for Rust (unofficial)."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.76.0"
|
||||||
|
|
||||||
|
authors = ["Ivan Gabriele <ivan.gabriele@protonmail.com>"]
|
||||||
|
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]
|
[dependencies]
|
||||||
minreq = { version = "2.11.0", features = ["https-rustls", "json-using-serde"] }
|
minreq = { version = "2.11.0", features = ["https-rustls", "json-using-serde"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user