mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
chore(ac-qu-ai-nt-core): remove rten
as a direct dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -32,7 +32,6 @@ dependencies = [
|
|||||||
"llama-cpp-2",
|
"llama-cpp-2",
|
||||||
"ocrs",
|
"ocrs",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"rten",
|
|
||||||
"snafu",
|
"snafu",
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
@@ -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