From 5f86629e17520a9b9a824a8d2de7022575019f28 Mon Sep 17 00:00:00 2001 From: Aaronepower Date: Sat, 10 Sep 2016 11:15:49 +0100 Subject: [PATCH] fixes #57 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7d6b92..8a8c917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Aaronepower "] build = "src/lib/build.rs" -description = "Count code, quickly." +description = "A program that allows you to count code, quickly." homepage = "https://aaronepower.github.io/tokei/" include = ["src/**/*", "cli.yml", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT"] license = "MIT/Apache-2.0"