Skip to content

Commit

Permalink
Update did-jwk.
Browse files Browse the repository at this point in the history
Still need to use `ssi-verification-methods`.
  • Loading branch information
timothee-haudebourg committed Jun 30, 2023
1 parent 90bfb69 commit 63a2a90
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 198 deletions.
14 changes: 8 additions & 6 deletions did-jwk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ secp256r1 = ["ssi-jwk/secp256r1"]
ed25519 = ["ssi-jwk/ed25519"]

[dependencies]
ssi-dids = { path = "../ssi-dids", version = "0.1" }
ssi-jwk = { path = "../ssi-jwk", version = "0.1", default-features = false }
async-trait = "0.1"
ssi-crypto.workspace = true
ssi-dids.workspace = true
ssi-jwk.workspace = true
async-trait.workspace = true
multibase = "0.8"
serde_json = "1.0"
serde_json.workspace = true
serde_jcs = "0.1"
iref = "2.2"
static-iref = "2.0"
iref.workspace = true
static-iref.workspace = true
thiserror.workspace = true

[dev-dependencies]
async-std = { version = "1.9", features = ["attributes"] }
Loading

0 comments on commit 63a2a90

Please sign in to comment.