Use getopts for option parsing

This commit is contained in:
Matt Brubeck 2020-12-22 13:52:24 -08:00
parent 5d187a47fc
commit dfa5dbd971
4 changed files with 66 additions and 21 deletions

View file

@ -14,6 +14,7 @@ edition = "2018"
async-tls = { version = "0.11.0", default-features = false, features = ["server"] }
async-std = "1.5"
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
getopts = "0.2.21"
log = "0.4"
mime_guess = "2.0"
once_cell = "1.4"