mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
chore(ac-qu-ai-nt-core): add reqwest
as a dependency because I expect to use it and I'd like to make sure everything works out
This commit is contained in:
@@ -16,6 +16,20 @@ tracing = ["dep:tracing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
llama-cpp-2 = "0.1.82"
|
llama-cpp-2 = "0.1.82"
|
||||||
ocrs = "0.9"
|
ocrs = "0.9"
|
||||||
|
reqwest = { version = "0.12", default-features = false, features = [
|
||||||
|
"http2",
|
||||||
|
|
||||||
|
"macos-system-configuration",
|
||||||
|
"rustls-tls-webpki-roots",
|
||||||
|
|
||||||
|
"json",
|
||||||
|
"multipart",
|
||||||
|
|
||||||
|
"brotli",
|
||||||
|
"deflate",
|
||||||
|
"gzip",
|
||||||
|
"zstd",
|
||||||
|
] }
|
||||||
rten = "0.13.1"
|
rten = "0.13.1"
|
||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user