diff --git a/Cargo.lock b/Cargo.lock index 39028a6..a8768a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,6 @@ dependencies = [ "llama-cpp-2", "ocrs", "reqwest", - "rten", "snafu", "tracing", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index 1038841..fe9f0f0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -34,7 +34,6 @@ reqwest = { version = "0.12.4", default-features = false, features = [ "gzip", "zstd", ] } -rten = "0.13.1" snafu = { workspace = true } tracing = { workspace = true, optional = true }