Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
at feat/batch-one-qol 23 lines 473 B view raw
1[package] 2name = "lexicon_types_crate" 3version = "0.1.0" 4edition = "2024" 5license = "MIT" 6 7[dependencies] 8bytes = { version = "1.11.0", features = ["serde"] } 9jacquard-common.workspace = true 10jacquard-derive = "0.9.5" 11jacquard-lexicon = "0.9.5" 12serde.workspace = true 13thiserror.workspace = true 14miette = "7.6" 15bon = "3.8.0" 16unicode-segmentation = "1.12.0" 17 18 19[features] 20default = ["com_atproto", "com_pdsmoover", "app_bsky"] 21app_bsky = [] 22com_atproto = [] 23com_pdsmoover = []