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

1
Cargo.lock generated
View file

@ -539,6 +539,7 @@ dependencies = [
name = "jay-config"
version = "0.1.0"
dependencies = [
"backtrace",
"bincode",
"futures-util",
"log",