From f56efb6f22683a883a6c4da3d34705a180cc1077 Mon Sep 17 00:00:00 2001 From: Aaronepower Date: Sun, 12 Jun 2016 15:37:24 +0100 Subject: [PATCH] forgot to add cli to whitelist --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60313f5..93b3f7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0" readme = "README.md" description = "Count code, quickly." build = "src/lib/build.rs" -include = ["src/**/*", "Cargo.toml", "LICENCE-APACHE.md", "LICENCE-MIT.md"] +include = ["src/**/*", "cli.yml", "Cargo.toml", "LICENCE-APACHE.md", "LICENCE-MIT.md"] [lib] name = "tokei" path = "src/lib/lib.rs"