This commit is contained in:
Alex Emmet 2026-06-24 20:25:56 +02:00
commit 29427d301b
6 changed files with 398 additions and 3 deletions

View file

@ -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"