chore(ac-qu-ai-nt-core): remove rten as a direct dependency

This commit is contained in:
J / Jacob Babich
2024-12-04 13:46:55 -05:00
parent 569d808b5b
commit 88a6aad136
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -32,7 +32,6 @@ dependencies = [
"llama-cpp-2", "llama-cpp-2",
"ocrs", "ocrs",
"reqwest", "reqwest",
"rten",
"snafu", "snafu",
"tracing", "tracing",
] ]

View File

@@ -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 }