Better reading of response body

This commit is contained in:
Gregory Schier
2025-01-20 14:12:49 -08:00
parent 8ad7ac0bef
commit 19403983b7
4 changed files with 28 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ yaak-plugins = { workspace = true }
yaak-sse = { workspace = true }
yaak-sync = { path = "yaak-sync" }
yaak-templates = { path = "yaak-templates" }
encoding_rs = "0.8.35"
[workspace.dependencies]
yaak-models = { path = "yaak-models" }