update dependencies for async and serialization support

This commit is contained in:
Adir Shitrit
2025-11-08 11:47:46 +02:00
parent 279fb8f434
commit cd61b89eb5

View File

@@ -9,6 +9,10 @@ license.workspace = true
anyhow.workspace = true anyhow.workspace = true
thiserror.workspace = true thiserror.workspace = true
log.workspace = true log.workspace = true
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.0", features = ["v4"] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = [ windows = { version = "0.58", features = [