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
@@ -29,6 +29,7 @@ float-ord = "0.3.2"
futures = "0.3.30"
handlebars = "5.1.2"
hex = "0.4.3"
md5 = "0.7.0"
memchr = "2.7.4"
once_cell = "1.19.0"
prost = "0.12.6"
@@ -53,6 +54,7 @@ sea-orm = { version = "0.12.15", features = [
sea-orm-migration = { version = "0.12.15", features = [] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
serde_urlencoded = "0.7.1"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }