enhance: typed request, thanks to crabtime

This commit is contained in:
mokurin000
2025-07-31 21:42:38 +08:00
parent b408d1ba51
commit b0b8cea00e
4 changed files with 98 additions and 1 deletions

View File

@@ -39,3 +39,6 @@ cbc = { version = "0.1.2", features = ["alloc"] }
aes = "0.8.4"
cipher = { version = "0.4.4", features = ["block-padding"] }
bincode = { version = "2.0.1", optional = true }
# magic macro
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }