feat: 为合集接口实现 wbi 签名 (#140)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-07-21 16:49:53 +08:00
committed by GitHub
parent 6ef9ecaee0
commit 2ffe432f37
10 changed files with 206 additions and 33 deletions
+2
View File
@@ -24,6 +24,7 @@ float-ord = { workspace = true }
futures = { workspace = true }
handlebars = { workspace = true }
hex = { workspace = true }
md5 = { workspace = true }
memchr = { workspace = true }
once_cell = { workspace = true }
prost = { workspace = true }
@@ -35,6 +36,7 @@ rsa = { workspace = true }
sea-orm = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_urlencoded = { workspace = true }
strum = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }