chore: add network infrastructure dependency

This commit is contained in:
Kang
2026-05-31 11:02:10 +08:00
parent 9cb7724d4c
commit ed66bee2be
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3908,6 +3908,7 @@ dependencies = [
"genai",
"hex",
"hmac 0.12.1",
"http",
"image",
"lazy_static",
"md-5",
+1
View File
@@ -127,6 +127,7 @@ regex = "1"
md-5 = "0.10"
hmac = "0.12"
hex = "0.4"
http = "1"
urlencoding = "2"
zip = "8"
encoding_rs = "0.8"