glida 0.2.1

A fast, language-aware CLI tool that counts lines of code, comments, and blanks across projects.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.94.0"
name = "glida"
version = "0.2.1"
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.indicatif]
version = "0.18.4"

[dependencies.walkdir]
version = "2.5.0"