Cargo, moving async-trait and tokio (DB, Ingestor)
Move async-trait from ingestor to workspace so DB can share. Update the reference to tokio in DB from version to workspace
This commit is contained in:
parent
eb28549a0f
commit
3eb6aab10f
4 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue