From 6120de60b21da5be46441b3dd64da57d929d2d38 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 22 Sep 2015 10:25:28 -0600 Subject: [PATCH] Exclude `cli/` in main project. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1f4fa06..583338c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ description = """ A library to generate random name strings suitable for use in container instances, project names, application instances, etc. """ +exclude = ["cli"] [lib] name = "names"