API, now with Post

This commit is contained in:
Alex Emmet 2025-11-22 21:19:25 +00:00
commit 3e119877b1
4 changed files with 158 additions and 114 deletions

View file

@ -17,8 +17,8 @@ futures-util = "*"
hex = "*"
hkdf = "*"
hmac = "*"
hyper = { version = "*", features = ["full"] }
hyper-util = "*"
hyper-util = { version = "*" }
hyper = { version = "1.8.1", features = ["capi", "client", "full", "http1", "http2", "nightly", "server"] }
http-body-util = "*"
json = "*"
native-tls = { version = "*", default-features = false }