Skip to content

Commit

Permalink
Add did-pkh
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Mar 19, 2021
1 parent 0be91b3 commit 76fb7b0
Show file tree
Hide file tree
Showing 8 changed files with 577 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ members = [
"did-web",
"did-ethr",
"did-sol",
"did-pkh",
"vc-test",
]

Expand Down
15 changes: 15 additions & 0 deletions did-pkh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "did-pkh"
version = "0.0.1"
authors = ["Spruce Systems, Inc."]
edition = "2018"

[dependencies]
ssi = { path = "../", default-features = false, features = ["secp256k1", "keccak-hash", "p256"] }
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt"] }
Loading

0 comments on commit 76fb7b0

Please sign in to comment.