Atproto, add sqlx support

This commit is contained in:
Julia Lange 2025-06-16 15:54:20 -07:00
parent ab78d1fb7b
commit 0707b5eed4
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
6 changed files with 102 additions and 1 deletions

View file

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
atproto.workspace = true
async-trait.workspace = true
atproto = { workspace = true, features = ["sqlx-support"] }
sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true