Files
sender/Cargo.toml
T

14 lines
445 B
TOML

[package]
name = "sender"
version = "0.1.3"
edition = "2024"
rust-version = "1.96"
[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.1", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" }
[dev-dependencies]