diff --git a/sfw-provider/Cargo.toml b/sfw-provider/Cargo.toml index aabea2e8fb..da0533e7d8 100644 --- a/sfw-provider/Cargo.toml +++ b/sfw-provider/Cargo.toml @@ -22,7 +22,7 @@ hmac = "0.7.1" ## internal directory-client = { path = "../clients/directory-client" } -nym-client = { path = "../clients/nym-client" } +nym-client = { path = "../clients/nym-client" } # TODO: this is only due to dependecy on 'KeyPair'. Perhaps identity should be moved into own crate? sfw-provider-requests = { path = "./sfw-provider-requests" } ## will be moved to proper dependencies once released