rust_tree 0.1.1

tree is a cross-platform tree application and library that produces an indented directory listing of files.
Documentation
[[bin]]
name = "tree"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12"

[dependencies.clap]
version = "3.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.is_executable]
version = "1.0.1"

[dependencies.term]
version = "0.7"

[dependencies.walkdir]
version = "2.3"
[dev-dependencies.tempfile]
version = "3.2"

[package]
authors = ["Peter Etelej <peter@etelej.com>"]
categories = ["command-line-utilities"]
description = "tree is a cross-platform tree application and library that produces\nan indented directory listing of files.\n"
edition = "2021"
homepage = "https://github.com/peteretelej/tree"
keywords = ["tree", "cli", "utility"]
license = "MIT"
name = "rust_tree"
readme = "README.md"
repository = "https://github.com/peteretelej/tree"
version = "0.1.1"