servicepoint/send_text/Cargo.toml
2022-08-27 08:40:09 +00:00

10 lines
142 B
TOML

[package]
name = "send_text"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
airportdisplay = { path = "../airportdisplay" }