Use ssh for deps

This commit is contained in:
omaroughriss 2025-07-02 12:10:34 +02:00
parent 9377a42099
commit 92e9984e26

View File

@ -18,7 +18,7 @@ wasm-logger = "0.2.0"
rand = "0.8.5" rand = "0.8.5"
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
# sdk_common = { path = "../sdk_common" } # sdk_common = { path = "../sdk_common" }
sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" } sdk_common = { git = "ssh://git@git.4nkweb.com/4nk/sdk_common.git", branch = "blindbit" }
serde-wasm-bindgen = "0.6.5" serde-wasm-bindgen = "0.6.5"
wasm-bindgen-futures = "0.4" wasm-bindgen-futures = "0.4"
futures = "0.3" futures = "0.3"