From 97778e06dd804be55ff761c7fe2788af0ef50626 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 08:42:43 -0300 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d615cc..a3fba60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,6 @@ name = "botdevice_lib" crate-type = ["staticlib", "cdylib", "rlib"] [dependencies] -# Core from botlib -botlib = { workspace = true, features = ["http-client"] } - # Tauri with mobile features tauri = { workspace = true } tauri-plugin-dialog = { workspace = true } @@ -25,14 +22,10 @@ tauri-plugin-http = { workspace = true } tauri-plugin-geolocation = { workspace = true } # Common -anyhow = { workspace = true } -chrono = { workspace = true, features = ["serde"] } log = { workspace = true } android_logger = { workspace = true } env_logger = { workspace = true } -serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } reqwest = { workspace = true, features = ["json"] } [build-dependencies]