add tests to api

This commit is contained in:
2025-12-31 18:45:46 -05:00
parent 42a09e8b0f
commit 4aa86da14a
17 changed files with 803 additions and 26 deletions

View File

@@ -22,6 +22,8 @@ sqlx = "0.8.6"
syn = "2.0.112"
thiserror = "2.0.17"
tokio = { version = "1.48.0" }
tokio-test = "0.4.4"
tokio-stream = "0.1.17"
tokio-tungstenite = { version = "0.28.0" }
tokio-util = "0.7.17"
trybuild = "1.0.114"