Files
simple-rust-udp-proxy/Cargo.toml
2020-09-06 20:02:49 +08:00

14 lines
325 B
TOML

[package]
name = "simple-rust-udp-proxy"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
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"