Initialize database; Add consumer; split off server
This commit is contained in:
parent
ec8799c7fc
commit
aa8f931862
9 changed files with 1632 additions and 30 deletions
|
|
@ -4,7 +4,9 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
async-trait = "0.1.89"
|
||||
atproto-jetstream = "0.12.0"
|
||||
axum = { version = "0.8.6", features = ["json"] }
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.145"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue