Files
rbv/crates/rbv-auth/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

17 lines
408 B
TOML

[package]
name = "rbv-auth"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
rbv-entity = { workspace = true }
argon2 = { workspace = true }
rustls = { workspace = true }
rustls-pemfile = { workspace = true }
x509-parser = { workspace = true }
rand = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }