feat: init commit

This commit is contained in:
2020-09-06 00:18:36 +08:00
parent 1da568eb7e
commit b8f001471f
5 changed files with 474 additions and 5 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "simple-rust-udp-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]
getopts = "0.2"
rand = "0.3"
rust_util = "0.6"