diff --git a/Cargo.toml b/Cargo.toml index f41c7d7..9436363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ # found in the LICENCE-{APACHE, MIT} file. [package] name = "tokei" -version = "1.6.0" +version = "2.0.0" authors = ["Aaronepower "] repository = "https://github.com/Aaronepower/tokei.git" homepage = "https://aaronepower.github.io/tokei/" @@ -19,7 +19,7 @@ opt-level = 3 [dependencies] clap = {version = "2.5.1", features = ["yaml"]} -glob = "0.2.10" +glob = "0.2.11" maplit = "0.1.3" walkdir = "0.1.5" -rayon = "0.3.1" \ No newline at end of file +rayon = "0.3.1" diff --git a/cli.yml b/cli.yml index 4eb37bf..e284401 100644 --- a/cli.yml +++ b/cli.yml @@ -5,7 +5,7 @@ bin_name: Tokei name: Tokei version: 2.0.0 author: Aaron P. -about: A quick CLOC (Count Lines Of Code) tool +about: Count code, quickly. args: - exclude: short: e