diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1b8dde..2caeba1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,3 +26,4 @@ chrono = { version = "0.4", features = ["serde"] } tauri-plugin-dialog = "2.6.0" reqwest = { version = "0.12", features = ["stream", "json"] } futures-util = "0.3" +bytes = "1"