Updated to t-variant and new protocol

This commit is contained in:
Fritz Schmid
2023-03-06 19:10:03 +01:00
parent a11a92d3d7
commit 6fb0dcd867
10 changed files with 514 additions and 337 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ time = "*"
rocket = "0.5.0-rc.1"
rayon = "*"
base64 = "*"
serde_with = "*"
serde_with = { version = "*", features = ["base64","default"] }
futures = "*"
reqwest ={ version = "*", features = ["json"]}
rocket_okapi = { version = "0.8.0-alpha-1", features = ["swagger", "rapidoc"] }