Add serde-wasm-bindgen

This commit is contained in:
NicolasCantu 2025-02-14 16:20:29 +01:00
parent 7775e3bd3c
commit 14c2174897

View File

@ -16,8 +16,9 @@ getrandom = { version="0.2.12", features = ["js"] }
wasm-logger = "0.2.0" 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 = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" }
serde-wasm-bindgen = "0.6.5"
[dev-dependencies] [dev-dependencies]
wasm-bindgen-test = "0.3" wasm-bindgen-test = "0.3"