mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
6 Commits
release-pl
...
59cc6b4063
Author | SHA1 | Date | |
---|---|---|---|
![]() |
59cc6b4063 | ||
![]() |
88a6aad136 | ||
![]() |
569d808b5b | ||
![]() |
f3d18ca86c | ||
![]() |
6e1fb6414b | ||
![]() |
f4e2f696ef |
690
Cargo.lock
generated
690
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -119,3 +119,5 @@ 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.82"
|
llama-cpp-2 = "0.1.85"
|
||||||
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,7 +34,6 @@ 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