From 58b8bc1a68d624d418680c4649aaeb65affd804b Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Mon, 20 Jan 2020 10:31:18 +0000 Subject: [PATCH] lib definition in cargo.toml --- nym-client/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nym-client/Cargo.toml b/nym-client/Cargo.toml index e2276544c9..53bfe0e9a1 100644 --- a/nym-client/Cargo.toml +++ b/nym-client/Cargo.toml @@ -7,6 +7,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +name = "nym_client" +path = "src/lib.rs" + [dependencies] base64 = "0.11.0" clap = "2.33.0"