Print sync_response instead of crashing

This commit is contained in:
2023-10-31 18:47:19 +01:00
parent f9ea62b654
commit a024e9ef45
2 changed files with 33 additions and 21 deletions

View File

@ -30,6 +30,7 @@ hostname = "0.3.1"
json5 = "0.4.1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
# TODO: switch to toml_edit to preserve (and write) doc comments
# Error handling
better-panic = "0.3.0"