catp 0.2.0

Print the output of a running process
Documentation
[dependencies.anyhow]
version = "1.0.58"

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

[dependencies.nix]
features = ["ptrace", "process", "uio"]
version = "0.24.2"

[package]
authors = ["Yujia Qiao <code@rapiz.me>"]
description = "Print the output of a running process"
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md", "build.rs"]
license = "GPL-3.0"
name = "catp"
readme = "README.md"
repository = "https://github.com/rapiz1/catp"
resolver = "2"
version = "0.2.0"