From 31a8ff02cb44cbce92256035205aa9f958545a9e Mon Sep 17 00:00:00 2001 From: Aaronepower Date: Sun, 12 Jun 2016 15:34:44 +0100 Subject: [PATCH] moved to cargo whitelist --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84e78b9..60313f5 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"] [lib] name = "tokei" path = "src/lib/lib.rs"