mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
chore(ac-qu-ai-nt-core): add ocrs
, rten
, and surrealdb
as dependencies because I expect to use them in the future and this will allow GitHub Actions to build cache for them or to report back to me that they're incompatible with the currently supporteds
This commit is contained in:
2994
Cargo.lock
generated
2994
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,9 @@ tracing = ["dep:tracing"]
|
||||
|
||||
[dependencies]
|
||||
llama-cpp-2 = "0.1.82"
|
||||
ocrs = "0.9"
|
||||
rten = "0.13"
|
||||
snafu = { workspace = true }
|
||||
surrealdb = { version = "1.4", default-features = false }
|
||||
|
||||
tracing = { workspace = true, optional = true }
|
||||
|
Reference in New Issue
Block a user