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

Updated code so backtraces are logged also.

This commit is contained in:
BlackDex 2020-03-16 17:53:22 +01:00
parent bcbe6177b8
commit bd09fe1a3d
3 changed files with 51 additions and 2 deletions

View file

@ -118,6 +118,9 @@ idna = "0.2.0"
# CLI argument parsing
structopt = "0.3.11"
# Logging panics to logfile instead stderr only
backtrace = "0.3.45"
[patch.crates-io]
# Use newest ring
rocket = { git = 'https://github.com/SergioBenitez/Rocket', rev = 'b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13' }