diff --git a/did-pkh/Cargo.toml b/did-pkh/Cargo.toml index b46e9075e..204057161 100644 --- a/did-pkh/Cargo.toml +++ b/did-pkh/Cargo.toml @@ -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"] }