Init (#3)
sender Build / Check (push) Successful in 40s
sender Build / Rustfmt (push) Successful in 27s
sender Build / Clippy (push) Successful in 32s
sender Build / build (push) Successful in 29s
sender Build / Test Suite (push) Successful in 1m55s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-06-06 14:43:55 -04:00
parent c7484ea885
commit b45cd58f6b
5 changed files with 2631 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "sender"
version = "0.0.8"
edition = "2024"
rust-version = "1.95"
[dependencies]
# uuid = { version = "1.23.1", features = ["v4", "serde"] }
# serde = { version = "1.0.228", features = ["derive"] }
# serde_json = { version = "1.0.149" }
tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.2.5-v0.3.0-migrate-38dbcb09f7-111" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.1-main-ab01daafea-871" }
[dev-dependencies]