fix ig thumbnail

This commit is contained in:
Julian Freeman
2025-12-30 09:13:12 -04:00
parent 63648f9d7c
commit 05887fd7a3
5 changed files with 62 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ tauri-plugin-dialog = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["json", "rustls-tls", "stream"] }
base64 = "0.22"
tokio = { version = "1", features = ["full"] }
anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }