feat: getopts -> clap
This commit is contained in:
@@ -3,10 +3,11 @@ 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]
|
||||
getopts = "0.2"
|
||||
rand = "0.3"
|
||||
rust_util = "0.6"
|
||||
clap = "2.33"
|
||||
|
||||
Reference in New Issue
Block a user