From ae807c3857d4cd50ab63fa2c22618bd0474c0be1 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Tue, 12 Nov 2024 20:51:30 +0100 Subject: [PATCH] Add rs_merkle dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e830fe3..cfb9348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,4 @@ serde_json = { version = "1.0.108", features = ["preserve_order"]} sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "4nk" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91" +rs_merkle = "1.4.2"