mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-08 14:03:53 +02:00
This commit is contained in:
@@ -29,7 +29,8 @@ tauri = { workspace = true }
|
||||
log = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
futures-core = "0.3"
|
||||
sqlx = { version = "0.8", features = ["json", "time", "uuid"] }
|
||||
sqlx = { version = "0.8", features = ["json", "time", "uuid", "rust_decimal"] }
|
||||
rust_decimal = "1"
|
||||
time = "0.3"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
indexmap = { version = "2", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user