Router, add xrpc and router abstraction to router

This commit is contained in:
Julia Lange 2025-04-23 14:44:26 -07:00
parent 57c396afe7
commit 07f4720244
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
5 changed files with 1514 additions and 37 deletions

View file

@ -9,4 +9,5 @@ edition = "2021"
axum = { version = "0.8.3", features = ["json"] }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = { version = "0.8.5", features = ["runtime-tokio"] }
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }