1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-17 09:41:07 +00:00

Added command line flags for help and version

Signed-off-by: zethra <benaagoldberg@gmail.com>
This commit is contained in:
zethra 2020-03-02 14:57:06 -05:00
parent 2ebff958a4
commit cc404b4edc
No known key found for this signature in database
GPG key ID: F7970D4EF776A3F7
3 changed files with 158 additions and 2 deletions

View file

@ -53,7 +53,7 @@ fern = { version = "0.5.9", features = ["syslog-4"] }
diesel = { version = "1.4.3", features = [ "chrono", "r2d2"] }
diesel_migrations = "1.4.0"
# Bundled SQLite
# Bundled SQLite
libsqlite3-sys = { version = "0.16.0", features = ["bundled"], optional = true }
# Crypto library
@ -114,6 +114,9 @@ percent-encoding = "2.1.0"
# Punycode conversion
idna = "0.2.0"
# CLI argument parsing
structopt = "0.3.11"
[patch.crates-io]
# Use newest ring
rocket = { git = 'https://github.com/SergioBenitez/Rocket', rev = 'b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13' }