diff --git a/taptrade-cli-demo/coordinator/Cargo.toml b/taptrade-cli-demo/coordinator/Cargo.toml index 6e306f8..c48462b 100644 --- a/taptrade-cli-demo/coordinator/Cargo.toml +++ b/taptrade-cli-demo/coordinator/Cargo.toml @@ -8,4 +8,6 @@ axum = "0.7.5" bdk = "0.29.0" clap = { version = "4.5.4", features = ["derive", "cargo"] } frost-secp256k1 = "1.0.0" -reqwest = { version = "0.12.4", features = ["blocking", "json"] } \ No newline at end of file +reqwest = { version = "0.12.4", features = ["blocking", "json"] } +serde = "1.0.203" +tokio = "1.38.0"