Atproto, move atproto to separate lib. Start converting to workspaces

This commit is contained in:
Julia Lange 2025-05-22 15:22:43 -07:00
parent 45acaaa601
commit 6e97eb1899
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
15 changed files with 246 additions and 966 deletions

8
atproto/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "atproto"
version = "0.1.0"
edition = "2024"
[dependencies]
atrium-api = { version = "0.25.3", default-features = false }
lazy-regex = "3.4.1"