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:
J / Jacob Babich
2024-10-16 15:28:42 -04:00
parent 7455d2a908
commit 0c1af2ba42
2 changed files with 2980 additions and 17 deletions

2994
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,6 +15,9 @@ tracing = ["dep:tracing"]
[dependencies] [dependencies]
llama-cpp-2 = "0.1.82" llama-cpp-2 = "0.1.82"
ocrs = "0.9"
rten = "0.13"
snafu = { workspace = true } snafu = { workspace = true }
surrealdb = { version = "1.4", default-features = false }
tracing = { workspace = true, optional = true } tracing = { workspace = true, optional = true }