Improve HTTP body parsing error reporting
Showing
+67 -51
... | ... | @@ -28,6 +28,7 @@ regex = "1.5.4" |
rusqlite = { version = "0.25.3", features = ["sqlcipher"] } | ||
serde = { version = "1.0.126", features = ["derive"] } | ||
serde_json = "1.0.64" | ||
serde_path_to_error = "0.1.4" | ||
sha2 = "0.9.5" | ||
structopt = { version = "0.3.22", features = ["color", "suggestions"] } | ||
tokio = { version = "1.9.0", features = ["full"] } | ||
... | ... |
Please register or sign in to comment