From cd61b89eb5d5c5960b21ce652235c2426e027907 Mon Sep 17 00:00:00 2001 From: Adir Shitrit Date: Sat, 8 Nov 2025 11:47:46 +0200 Subject: [PATCH] update dependencies for async and serialization support --- ghost-core/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost-core/Cargo.toml b/ghost-core/Cargo.toml index d76efed..6aeaa6f 100644 --- a/ghost-core/Cargo.toml +++ b/ghost-core/Cargo.toml @@ -9,6 +9,10 @@ license.workspace = true anyhow.workspace = true thiserror.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] windows = { version = "0.58", features = [