argh instead of getopts

This commit is contained in:
veeso
2021-07-10 20:19:29 +02:00
parent e15b79750b
commit 421969c3da
4 changed files with 104 additions and 82 deletions

View File

@@ -27,6 +27,7 @@ name = "termscp"
path = "src/main.rs"
[dependencies]
argh = "0.1.5"
bitflags = "1.2.1"
bytesize = "1.0.1"
chrono = "0.4.19"
@@ -35,7 +36,6 @@ crossterm = "0.19.0"
dirs = "3.0.1"
edit = "0.1.3"
ftp4 = { version = "4.0.2", features = [ "secure" ] }
getopts = "0.2.21"
hostname = "0.3.1"
keyring = { version = "0.10.1", optional = true }
lazy_static = "1.4.0"