diff --git a/core/Cargo.toml b/core/Cargo.toml index 0a40cdf..3ca63cf 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 }