feat: stream output

This commit is contained in:
iff 2025-04-08 03:39:32 +02:00
parent 86241547e8
commit 3215fe45f6
7 changed files with 1545 additions and 162 deletions

View file

@ -17,6 +17,11 @@ serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"]}
textwrap = "0.16"
terminal_size = "0.4"
askama = "0.13"
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
tokio = { version = "1", features = ["full"] }
futures-util = "0.3"
curl = { version = "0.4", optional = true }