Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
at main 575 B view raw
1[package] 2name = "moover-admin-cli" 3version = "0.1.0" 4edition = "2024" 5license = "MIT" 6 7[dependencies] 8anyhow.workspace = true 9clap = { version = "4.5", features = ["derive"] } 10dotenvy.workspace = true 11log.workspace = true 12env_logger = "0.11" 13tokio = { version = "1", features = ["macros", "rt-multi-thread"] } 14jacquard-common.workspace = true 15jacquard.workspace = true 16lexicon_types_crate.workspace = true 17reqwest.workspace = true 18base64 = "0.22" 19shared = { path = "../shared" } 20sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres"] } 21rust-s3.workspace = true