rpstree 0.1.0

A command-line tool written in Rust that mimics the functionality of the pstree command.
Documentation
[[bin]]
name = "rpstree"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A command-line tool written in Rust that mimics the functionality of the pstree command."
edition = "2021"
license = "MIT"
name = "rpstree"
readme = "README.md"
version = "0.1.0"