From e380a8c3926e20f7ecf148b818324a2afafbfc83 Mon Sep 17 00:00:00 2001 From: aaravm Date: Sun, 9 Jun 2024 02:41:14 +0530 Subject: [PATCH] add cargo.lock as well --- taptrade-cli-demo/coordinator/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"