-
- Downloads
[fix] fix tests & add seed random feature
[package] | ||
name = "dup-tools-wasm" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["librelois <elois@duniter.org>"] | ||
description = "Tools for DUP Protocol." | ||
repository = "https://git.duniter.org/tools/dup-tools-wasm" | ||
... | ... | @@ -15,8 +15,8 @@ default = ["console_error_panic_hook"] |
[dependencies] | ||
cfg-if = "0.1.10" | ||
dubp-documents = { version = "0.20.0", features = ["crypto_scrypt"] } | ||
dubp-documents-parser = { version = "0.5.1", features = ["crypto_scrypt"] } | ||
dubp-documents = { version = "0.21.0", features = ["crypto_rand", "crypto_scrypt"] } | ||
dubp-documents-parser = { version = "0.6.0", features = ["crypto_rand", "crypto_scrypt"] } | ||
#durs-network-documents = "0.3.1" | ||
serde_derive = "1.0.*" | ||
wasm-bindgen = "0.2.67" | ||
... | ... |
Please register or sign in to comment