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:
J / Jacob Babich
2024-10-18 03:20:29 -04:00
parent 575170bb92
commit 3643d97384

View File

@@ -16,6 +16,20 @@ tracing = ["dep:tracing"]
[dependencies]
llama-cpp-2 = "0.1.82"
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"
snafu = { workspace = true }