add meter_proxy, a TCP proxy

This commit is contained in:
2020-02-22 21:58:51 +08:00
parent 0c615fecb5
commit 72f6e24bb9
4 changed files with 778 additions and 0 deletions

11
meter_proxy/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "meter_proxy"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
meter_proxy = "0.2.3"