handle all xrpc routes with NotImplemented

Supported routes can be added as they become available
This commit is contained in:
Julia Lange 2025-04-18 19:10:17 -07:00
parent 1d577ef396
commit 57c396afe7
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
3 changed files with 20 additions and 11 deletions

2
rust/Cargo.lock generated
View file

@ -345,6 +345,8 @@ name = "rust"
version = "0.1.0"
dependencies = [
"axum",
"serde",
"serde_json",
"tokio",
]