Async-trait in workspace, tokio in db

This commit is contained in:
Julia Lange 2025-06-11 14:09:02 -07:00
parent eb28549a0f
commit 62f32da927
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,7 @@ resolver = "3"
members = [ "api", "atproto","db", "ingestor"]
[workspace.dependencies]
async-trait = "0.1.88"
atproto = { path = "./atproto" }
serde = "1.0.219"
serde_json = "1.0.140"