From 86d27b06df9dd8beee4eaef5c3f9e922753fafc3 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 13 Dec 2019 13:19:40 +0000 Subject: [PATCH] cargo: depending on the nym-client library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e086e0d31..57cb0b3f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ sphinx = { path = "../sphinx" } nym-client = { path = "../nym-client" } tokio = { version = "0.2", features = ["full"] } curve25519-dalek = "1.2.3" -clap = "2.33.0" \ No newline at end of file +clap = "2.33.0"