mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
1 Commits
59cc6b4063
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
60c8eeac24 |
688
Cargo.lock
generated
688
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -119,5 +119,3 @@ All contents of this repository are licensed under either the
|
|||||||
- [Unlicense](LICENSE-UNLICENSE)
|
- [Unlicense](LICENSE-UNLICENSE)
|
||||||
|
|
||||||
at your option.
|
at your option.
|
||||||
|
|
||||||
All direct and indirect dependencies of this project are free software as defined by the [Free Software Foundation](https://www.gnu.org/licenses/license-list.html) and are licensed under [OSI Approved Licenses](https://opensource.org/licenses). [This is checked](deny.toml) in this project's [continuous integration (CI)](.github/workflows/check-and-build-and-test.yml) with [`cargo-deny`](https://crates.io/crates/cargo-deny).
|
|
||||||
|
@@ -18,7 +18,7 @@ cozo = { version = "0.7", default-features = false, features = [
|
|||||||
"graph-algo",
|
"graph-algo",
|
||||||
"storage-sqlite",
|
"storage-sqlite",
|
||||||
] }
|
] }
|
||||||
llama-cpp-2 = "0.1.85"
|
llama-cpp-2 = "0.1.82"
|
||||||
ocrs = "0.9"
|
ocrs = "0.9"
|
||||||
reqwest = { version = "0.12.4", default-features = false, features = [
|
reqwest = { version = "0.12.4", default-features = false, features = [
|
||||||
"http2",
|
"http2",
|
||||||
@@ -34,6 +34,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
|
|||||||
"gzip",
|
"gzip",
|
||||||
"zstd",
|
"zstd",
|
||||||
] }
|
] }
|
||||||
|
rten = "0.13.1"
|
||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
|
|
||||||
tracing = { workspace = true, optional = true }
|
tracing = { workspace = true, optional = true }
|
||||||
|
Reference in New Issue
Block a user