Api, setup. Modified atproto to get here
This commit is contained in:
parent
6e97eb1899
commit
556b6b3db6
7 changed files with 49 additions and 28 deletions
|
|
@ -1,3 +1,11 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = [ "api", "atproto","db", "ingestor"]
|
||||
|
||||
[workspace.dependencies]
|
||||
atproto = { path = "./atproto" }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue