nym-sphinx-wasm: Adding serde to deal with json across wasm boundary
This commit is contained in:
Generated
-2
@@ -3134,8 +3134,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"wasm-bindgen-macro",
|
||||
]
|
||||
|
||||
|
||||
@@ -12,11 +12,12 @@ default = ["console_error_panic_hook"]
|
||||
|
||||
[dependencies]
|
||||
curve25519-dalek = "2.0.0"
|
||||
serde = "^1.0.59"
|
||||
serde_derive = "^1.0.59"
|
||||
serde_json = "1.0.40"
|
||||
slice_as_array = "1.1.0"
|
||||
wasm-bindgen = "0.2"
|
||||
|
||||
|
||||
# internal
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="298c7fda6a577daf6d9bb955fa52c2bffecf6926" }
|
||||
crypto = { path = "../common/crypto" }
|
||||
|
||||
Reference in New Issue
Block a user