Router, add xrpc function interface, test in main
Adds an interface for adding xrpc queries and procedures that is a bit simpler than directly interfacing with axum. Should provide good scaffolding for next steps.
This commit is contained in:
parent
07f4720244
commit
d4a3a71e2f
5 changed files with 221 additions and 32 deletions
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.3", features = ["json"] }
|
||||
axum-macros = "0.5.0"
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
sqlx = { version = "0.8.5", features = ["runtime-tokio"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue