Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
at main 364 B view raw
1[package] 2name = "cron-worker" 3version = "0.1.0" 4edition = "2024" 5license = "MIT" 6 7[dependencies] 8apalis.workspace = true 9apalis-sql.workspace = true 10apalis-cron.workspace = true 11dotenvy.workspace = true 12tracing-subscriber.workspace = true 13shared.workspace = true 14log.workspace = true 15tower = { version = "0.5.2", features = ["load-shed"] } 16tokio.workspace = true