Adding textsender_models and swoosh crates
catapult PR / Rustfmt (pull_request) Successful in 36s
catapult PR / Check (pull_request) Failing after 43s
catapult PR / Clippy (pull_request) Failing after 53s

This commit is contained in:
2026-06-21 21:24:19 -04:00
parent af2cb3efdc
commit 5a6d194d11
2 changed files with 1342 additions and 7 deletions
Generated
+1340 -7
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -10,5 +10,7 @@ futures = { version = "0.3.32" }
reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] } reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" } serde_json = { version = "1.0.150" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.3-29-720f3d8f75-111" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.1-10-6bdec12084-871" }
[dev-dependencies] [dev-dependencies]