[package]
edition = "2024"
rust-version = "1.94.0"
name = "glida"
version = "0.1.2"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, language-aware CLI tool that counts lines of code, comments, and blanks across projects."
homepage = "https://www.simondanielsson.se"
readme = "README.md"
keywords = [
"utility",
"project-management",
"productivity",
"cli",
]
license = "MIT"
repository = "https://github.com/simon-danielsson/glida"
[[bin]]
name = "glida"
path = "src/main.rs"
[dependencies.walkdir]
version = "2.5.0"