Atproto, add uri struct and parsing

This commit is contained in:
Julia Lange 2025-05-22 12:42:09 -07:00
parent b2618ab8b6
commit 45acaaa601
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 85 additions and 63 deletions

View file

@ -12,7 +12,8 @@ atrium-api = { version = "0.25.2", default-features = false }
axum = { version = "0.8.3", features = ["json"] }
axum-macros = "0.5.0"
http = "1.3.1"
regex = "1.11.1"
lazy-regex = "3.4.1"
regex-macro = "0.3.0"
rocketman = "0.2.0"
serde = "1.0.219"
serde_json = "1.0.140"