Add more abstract integration test

This commit is contained in:
Lennart K
2026-01-28 20:54:55 +01:00
parent c1758e2cba
commit 494f31f992
6 changed files with 125 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ tokio = { version = "1.48", features = [
"rt-multi-thread",
"full",
] }
tokio-util = { version = "0.7", features = ["rt"] }
url = "2.5"
base64 = "0.22"
thiserror = "2.0"
@@ -166,6 +167,7 @@ caldata.workspace = true
toml.workspace = true
serde.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true
anyhow.workspace = true
clap.workspace = true
@@ -204,3 +206,4 @@ tower-http.workspace = true
axum-extra.workspace = true
headers.workspace = true
http.workspace = true
futures-util.workspace = true