pathy 1.0.1

A CLI tool to display the file tree of a directory
[[bin]]
name = "pathy"
path = "src/main.rs"
[badges.maintenance]
status = "as-is"
[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.walkdir]
version = "2.3.2"

[package]
authors = ["fenix <fenix@fearandesire.com>"]
categories = ["command-line-utilities", "filesystem", "development-tools"]
description = "A CLI tool to display the file tree of a directory"
edition = "2021"
keywords = ["cli", "visualization", "path", "pathy", "tree"]
license = "MIT"
name = "pathy"
readme = "README.md"
repository = "https://github.com/fearandesire/pathy"
version = "1.0.1"