16 lines
504 B
TOML
16 lines
504 B
TOML
[package]
|
|
name = "sender"
|
|
version = "0.1.6"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "CLI tool to send text messages"
|
|
rust-version = "1.97"
|
|
|
|
[dependencies]
|
|
serde_json = { version = "1.0.150" }
|
|
tokio = { version = "1.52.3", features = ["full"] }
|
|
schedtxt_models = { git = "ssh://git@git.kundeng.us/phoenix/schedtxt_models.git", tag = "v0.5.3", features = ["config", "contact", "envy", "message"] }
|
|
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" }
|
|
|
|
[dev-dependencies]
|