[package] authors = ["Martin Nordholts "] description = "Prints tabulated data about programming language usage over time in a git repository." documentation = "https://github.com/Enselic/git-repo-language-trends/blob/main/README.md" edition = "2018" homepage = "https://github.com/Enselic/git-repo-language-trends" license = "MIT" name = "git-repo-language-trends" repository = "https://github.com/Enselic/git-repo-language-trends" version = "0.4.0" [dependencies] chrono = {version = "0.4", default-features = false, features = ["alloc"]} git2 = {version = "0.13", default-features = false} indicatif = "0.15" structopt = "0.3" [dev-dependencies] assert_cmd = "1.0" predicates = "1.0"