feat: http wrapper, start type rewrite, add nextest

This commit is contained in:
nullishamy 2025-04-28 00:26:59 +01:00
parent 9bc6c12392
commit d59660da37
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
18 changed files with 369 additions and 144 deletions

View file

@ -12,8 +12,8 @@ uuid = { workspace = true }
rand = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
serde_json = { workspace = true }
base64 = "0.22.1"
rsa = { version = "0.9.8", features = ["sha2"] }
url = "2.5.4"
serde_json = "1.0.140"