wasm
This commit is contained in:
parent
298253d6fa
commit
29427d301b
6 changed files with 398 additions and 3 deletions
|
|
@ -38,3 +38,7 @@ mtp-common = { path = "../common" }
|
|||
mtp-type-map = { path = "../type-map" }
|
||||
mtp-codec = { path = "../codec", features = ["crypto"] }
|
||||
mtp-crypto = { path = "../crypto", features = ["wasm"] }
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3"
|
||||
hex = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue