mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Use getopts for option parsing
This commit is contained in:
parent
5d187a47fc
commit
dfa5dbd971
4 changed files with 66 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue