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 = [