1
0
Fork 0
forked from wry/wry

config: ensure panics are printed to the logs

This commit is contained in:
Julian Orth 2024-03-05 22:41:32 +01:00
parent d4d76c0ef3
commit d231021afc
5 changed files with 41 additions and 5 deletions

View file

@ -12,3 +12,4 @@ log = "0.4.14"
futures-util = { version = "0.3.30", features = ["io"] }
uapi = "0.2.10"
thiserror = "1.0.57"
backtrace = "0.3.69"