diff options
| author | Adam Malczewski <[email protected]> | 2026-03-18 19:15:07 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-18 19:15:07 +0900 |
| commit | 763c5e031f99085e6dace09ff391cdd0177ab5fd (patch) | |
| tree | 549658701bfc313fe8b04d3773dbb7f04be59547 /Cargo.toml | |
| parent | 3961f4121a3774ec4c7a0d1db6dfb2870de31724 (diff) | |
| download | webhook-forwarder-763c5e031f99085e6dace09ff391cdd0177ab5fd.tar.gz webhook-forwarder-763c5e031f99085e6dace09ff391cdd0177ab5fd.zip | |
handle url-encoded webhooks as well
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ http-body-util = "0.1.3" hyper = { version = "1.8.1", features = ["server", "client", "http1"] } hyper-util = { version = "0.1.20", features = ["tokio", "client-legacy", "http1"] } tokio = { version = "1.50.0", features = ["rt-multi-thread", "net", "macros"] } +form_urlencoded = "1" |
