lh 0.6.0

List handsomely customizable ls command work in progress
Documentation
[[bin]]
name = "lh"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive"]
version = "4.4.16"

[dependencies.colored]
version = "2.1.0"

[dependencies.home]
version = "0.5.9"

[dependencies.serde]
version = "1.0.195"

[dependencies.serde_derive]
version = "1.0.195"

[dependencies.terminal_size]
version = "0.3.0"

[dependencies.toml]
version = "0.8.8"

[dependencies.users]
version = "0.11.0"

[lib]
name = "lh"
path = "src/lib.rs"

[package]
authors = ["Kamil Utku Mavi <kamilutkumavi0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "List handsomely customizable ls command work in progress"
documentation = "https://docs.rs/lh/"
edition = "2021"
license = "MIT"
name = "lh"
readme = "README.md"
repository = "https://github.com/kamilutkumavi0/lh"
version = "0.6.0"