lib definition in cargo.toml

This commit is contained in:
Jedrzej Stuczynski
2020-01-20 10:31:18 +00:00
parent 1357ae8ff1
commit 58b8bc1a68
+4
View File
@@ -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"