diff --git a/Cargo.toml b/Cargo.toml index b745efc446..42a07e2328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" authors = ["Dave Hrycyszyn "] edition = "2018" +[lib] +name = "nym_client" +path = "src/lib.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000000..705f46dba5 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1 @@ +pub mod clients;