tcp-relay-rust 0.1.0

Simple `tcp-relay` command (can create proxy to tcp and unix socket).
Documentation
[[bin]]
name = "tcp-relay-rust"
path = "src/bin/proxy/main.rs"
[dependencies.anyhow]
version = "1"

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

[dependencies.tokio]
features = ["rt-multi-thread", "net", "macros", "io-util", "io-std"]
version = "1"

[package]
authors = ["Shiva Prasanth <kesavarapu.siva@gmail.com>"]
description = "Simple `tcp-relay` command (can create proxy to tcp and unix socket)."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tcp-relay-rust"
readme = "README.md"
version = "0.1.0"