From fadd781fc381bccecf0209cc98955681ee339af5 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Thu, 9 Jan 2020 15:00:24 +0000 Subject: [PATCH] comment regarding future work --- sfw-provider/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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