Api, setup. Modified atproto to get here

This commit is contained in:
Julia Lange 2025-05-22 15:43:36 -07:00
parent 6e97eb1899
commit 556b6b3db6
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
7 changed files with 49 additions and 28 deletions

View file

@ -6,3 +6,7 @@ edition = "2024"
[dependencies]
atrium-api = { version = "0.25.3", default-features = false }
lazy-regex = "3.4.1"
serde.workspace = true
serde_json.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true