Router, add xrpc and router abstraction to router
This commit is contained in:
parent
57c396afe7
commit
07f4720244
5 changed files with 1514 additions and 37 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue