Skip to content

Commit

Permalink
Disable default features in did-webkey for wasm
Browse files Browse the repository at this point in the history
Disable ring since didkit-wasm is using rsa and dalek
  • Loading branch information
clehner committed Feb 16, 2022
1 parent 3730b54 commit b293fe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ path = "../../../ssi/did-tezos"
default-features = false
features = ["secp256k1", "dalek", "p256"]

[dependencies.did-webkey]
path = "../../../ssi/did-webkey"
default-features = false
features = ["crypto-rust"]

[dev-dependencies]
wasm-bindgen-test = "0.2"

Expand Down

0 comments on commit b293fe0

Please sign in to comment.