mirror of
https://github.com/bgreenwell/lstr.git
synced 2026-01-30 11:33:48 +01:00
13 lines
267 B
TOML
13 lines
267 B
TOML
[package]
|
|
name = "lstr"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
description = "A blazingly fast, minimalist directory tree viewer"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
colored = "2.1.0"
|
|
rayon = "1.10.0"
|