Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dongri/openai-api-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongri committed Sep 25, 2024
2 parents 72d9c7e + 4b3bcac commit aa33e5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ repository = "https://github.com/dongri/openai-api-rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["default-tls"]
rustls = ["reqwest/rustls-tls"]
default-tls = ["reqwest/default-tls"]

[dependencies.reqwest]
version = "0.12"
features = ["json", "multipart", "socks"]
default-features = false
features = ["charset", "http2", "json", "multipart", "socks"]

[dependencies.tokio]
version = "1"
Expand Down

0 comments on commit aa33e5a

Please sign in to comment.