Atproto, add sqlx support
Moves sqlx to workspace so this touches DB and workspace
This commit is contained in:
parent
8195ded307
commit
c1b5b774d5
6 changed files with 49 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ async-trait = "0.1.88"
|
|||
atproto = { path = "./atproto" }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue