nymsphinx: adding wasm-bindgen feature to rand crate

This commit is contained in:
Dave Hrycyszyn
2020-04-15 12:54:44 +01:00
parent 306bbb1360
commit 53c1aaa256
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
log = "0.4.8"
rand = "0.7.3"
rand = {version = "0.7.3", features = ["wasm-bindgen"]}
## will be moved to proper dependencies once released
sphinx = { git = "https://github.com/nymtech/sphinx", rev="5ccf41f6e55e10e9879206f2fc2dfeba6cf35c8c" }