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"