From 38245b584e2bb796f1088021e18fe23c63329b56 Mon Sep 17 00:00:00 2001 From: EmmanuelChthonic Date: Mon, 16 Oct 2023 17:42:46 +0400 Subject: [PATCH] added dependencies to Cargo.toml fr fr --- coordinator/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index d00e9abe2..2a9e38537 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -42,6 +42,8 @@ tributary = { package = "tributary-chain", path = "./tributary" } serai-client = { path = "../substrate/client", features = ["serai"] } hex = "0.4" +bincode = { version = "1", default-features = false } +serde = { version = "1", default-features = false, features = ["derive"] } serde_json = { version = "1", default-features = false } log = "0.4"