Skip to content

Commit

Permalink
Merge pull request #1 from L-jasmine/chore/fix_cargo
Browse files Browse the repository at this point in the history
Add feature `wasmedge-tls`
  • Loading branch information
juntao authored Feb 22, 2024
2 parents 235a9d9 + 6285a9f commit 7c14fb7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant_rest_client"
version = "0.0.1"
version = "0.0.2"
license = "Apache-2.0"
description = "The Dapr SDK for WebAssembly."
repository = "https://github.com/second-state/qdrant-rest-client"
Expand All @@ -18,5 +18,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
http = "0.2"
anyhow = "1.0"
reqwest_wasi = { version = "0.11", features = ["json", "wasmedge-tls"] }
reqwest_wasi = { version = "0.11", features = ["json"] }
tokio_wasi = { version = "1.21", features = ["rt", "macros", "net", "time"]}

[features]
wasmedge-tls = ["reqwest_wasi/wasmedge-tls"]

0 comments on commit 7c14fb7

Please sign in to comment.