path = "../sp-client" } -> sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" }

This commit is contained in:
NicolasCantu 2024-05-29 16:03:47 +02:00
parent ef55bcea5e
commit e6007ca0a7

View File

@ -13,6 +13,7 @@ js-sys = "0.3.69"
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sp_client = { path = "../sp-client" }
# sp_client = { path = "../sp-client" }
sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" }
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
wasm-bindgen = "0.2.91"