[package] name = "simple-rust-udp-proxy" version = "0.1.0" authors = ["Hatter Jiang "] edition = "2018" description = "Very simple rust UDP proxy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.3" rust_util = "0.6" clap = "2.33"