Atproto, add sqlx support

Moves sqlx to workspace so this touches DB and workspace
This commit is contained in:
Julia Lange 2025-06-16 15:54:20 -07:00
parent 8195ded307
commit c1b5b774d5
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
6 changed files with 49 additions and 0 deletions

View file

@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
async-trait.workspace = true
atproto = { workspace = true, features = ["sqlx-support"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
tokio.workspace = true