Various changes

This commit is contained in:
Uber Veng
2026-05-21 21:12:31 +07:00
parent 533df4a476
commit 56f08e36e6
10 changed files with 1010 additions and 618 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
crossterm = "0.29"
ratatui = "0.30"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
reqwest = { version = "0.12", features = ["json", "stream", "rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
@@ -17,3 +17,4 @@ futures = "0.3"
tokio-util = "0.7"
toml = "0.8"
serde_path_to_error = "0.1"
libc = "0.2"