Files
rbv/crates/rbv-ingest/Cargo.toml
rob thijssen a27d636b88 Initial commit: rbv workspace with ingest, API, UI, and ML client
Rust workspace with crates for entity types, hashing, database access,
ML client (immich-ml compatible), ingest pipeline, clustering, auth,
search, CLI, and axum API server. Vite/React UI. SQL migrations.
Includes retry/backoff on transient ML API connection errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 16:51:50 +02:00

21 lines
520 B
TOML

[package]
name = "rbv-ingest"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
rbv-entity = { workspace = true }
rbv-hash = { workspace = true }
rbv-data = { workspace = true }
rbv-ml = { workspace = true }
sqlx = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
glob = { workspace = true }
image = { workspace = true }