Skip to content

Commit

Permalink
Add pkh ssi feature dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Mar 17, 2021
1 parent ec5867c commit 9cef9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did-pkh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Spruce Systems, Inc."]
edition = "2018"

[dependencies]
ssi = { path = "../", default-features = false, features = [] }
ssi = { path = "../", default-features = false, features = ["secp256k1", "keccak-hash", "p256"] }
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1.0", features = ["macros", "rt"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 9cef9bb

Please sign in to comment.