Files
sender/Cargo.toml
T
phoenix ea31581464
sender pr / Rustfmt (pull_request) Successful in 45s
sender pr / Clippy (pull_request) Successful in 1m13s
sender pr / Check (pull_request) Successful in 2m34s
sender Build / Check (push) Successful in 1m24s
sender Build / build (push) Successful in 4m18s
sender Build / Rustfmt (push) Successful in 48s
sender Build / Test Suite (push) Successful in 1m20s
sender Build / Clippy (push) Successful in 1m53s
Update rust (#9)
Reviewed-on: #9
2026-07-10 17:21:37 -04:00

14 lines
445 B
TOML

[package]
name = "sender"
version = "0.1.5"
edition = "2024"
rust-version = "1.97"
[dependencies]
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" }
[dev-dependencies]