mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
feat: stream output
This commit is contained in:
parent
86241547e8
commit
3215fe45f6
7 changed files with 1545 additions and 162 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue