feat: rpc auth

This commit is contained in:
weisd
2025-06-18 20:00:39 +08:00
parent 039108ee5e
commit 58faf141bd
7 changed files with 140 additions and 10 deletions
+3 -1
View File
@@ -56,7 +56,9 @@ tokio-util = { workspace = true, features = ["io", "compat"] }
crc32fast = { workspace = true }
siphasher = { workspace = true }
base64-simd = { workspace = true }
sha2 = { version = "0.11.0-pre.4" }
base64 = { workspace = true }
hmac = { workspace = true }
sha2 = { workspace = true }
hex-simd = { workspace = true }
path-clean = { workspace = true }
tempfile.workspace = true