Files
sender/Cargo.toml
T
phoenix 021ba0df86
sender Build / Check (pull_request) Successful in 1m51s
sender Build / Rustfmt (pull_request) Successful in 30s
sender Build / Test Suite (pull_request) Successful in 1m40s
sender Build / Clippy (pull_request) Successful in 1m34s
sender Build / build (pull_request) Successful in 2m0s
bump: sender
2026-06-13 13:15:12 -04:00

16 lines
460 B
TOML

[package]
name = "sender"
version = "0.1.2"
edition = "2024"
rust-version = "1.95"
[dependencies]
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.3.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.3" }
[dev-dependencies]
async-std = { version = "1.13.2" }