1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-07 04:54:57 +00:00

Swap structopt for a simpler alternative

This commit is contained in:
Daniel García 2021-02-07 20:10:40 +01:00
parent 9323c57f49
commit 8b660ae090
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 28 additions and 133 deletions

View file

@ -119,7 +119,7 @@ percent-encoding = "2.1.0"
idna = "0.2.1"
# CLI argument parsing
structopt = "0.3.21"
pico-args = "0.4.0"
# Logging panics to logfile instead stderr only
backtrace = "0.3.56"