Initialize database; Add consumer; split off server

This commit is contained in:
Julia Lange 2025-10-27 15:24:46 -07:00
parent ec8799c7fc
commit aa8f931862
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
9 changed files with 1632 additions and 30 deletions

View file

@ -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"