This commit is contained in:
2026-05-14 13:16:13 +07:00
parent c5a70edd57
commit 809aea454b
4 changed files with 137 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ path = "src/natsbridge.rs"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
reqwest = { version = "0.12", features = ["json", "stream", "multipart"] }
uuid = { version = "1", features = ["v4", "serde"] }
base64 = "0.22"
chrono = { version = "0.4", features = ["serde"] }