Adding features
sender pr / Check (pull_request) Successful in 1m1s
sender pr / Rustfmt (pull_request) Successful in 33s
sender pr / Clippy (pull_request) Successful in 1m24s

This commit is contained in:
2026-06-14 18:24:45 -04:00
parent 2480263557
commit 904f4832c5
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ rust-version = "1.96"
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.0" }
[dev-dependencies]
async-std = { version = "1.13.2" }