From 8328f87d38c8123bf2ba484b72b008fdf83c80e7 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Sat, 23 Aug 2025 15:24:35 +0200 Subject: [PATCH] Add missing dependencies --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9497ec..c7ad497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ crate-type = ["lib", "cdylib"] [dependencies] anyhow = "1.0" +async-trait = "0.1" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0" wasm-bindgen = "0.2.91" @@ -16,8 +17,10 @@ getrandom = { version="0.2.12", features = ["js"] } wasm-logger = "0.2.0" rand = "0.8.5" tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } -sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "update_build", features = ["wasm"] } +sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev", features = ["blindbit-wasm"] } serde-wasm-bindgen = "0.6.5" +futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] } +web-time = "1.1.0" [dev-dependencies] wasm-bindgen-test = "0.3"