glida 0.2.1

A fast, language-aware CLI tool that counts lines of code, comments, and blanks across projects.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "glida"
version = "0.2.1"
edition = "2024"
description = "A fast, language-aware CLI tool that counts lines of code, comments, and blanks across projects."
repository = "https://github.com/simon-danielsson/glida"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
keywords = ["utility", "project-management", "productivity", "cli"]
homepage = "https://www.simondanielsson.se"
license = "MIT"
rust-version = "1.94.0"

[dependencies]
indicatif = "0.18.4"
walkdir = "2.5.0"