Skip to content

Commit

Permalink
did:pkh: tokio in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Mar 17, 2021
1 parent 9cef9bb commit 6bb3077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion did-pkh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ edition = "2018"
[dependencies]
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"] }
serde_json = "1.0"
async-trait = "0.1"

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

0 comments on commit 6bb3077

Please sign in to comment.