chore: update dependencies
This commit is contained in:
parent
27f4f8aa28
commit
97778e06dd
1 changed files with 0 additions and 7 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue