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"