nats adapter

This commit is contained in:
2026-05-10 13:42:28 +02:00
parent 05b44e17a1
commit 8678bbf391
20 changed files with 1078 additions and 37 deletions

View File

@@ -29,8 +29,9 @@ metadata = { workspace = true }
poster-fetcher = { workspace = true }
poster-storage = { workspace = true }
export = { workspace = true }
nats = { workspace = true }
sqlx = { workspace = true }
# Optional — database backends
sqlite = { workspace = true, optional = true }
sqlite = { workspace = true, optional = true }
postgres = { workspace = true, optional = true }