mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
10 lines
142 B
TOML
10 lines
142 B
TOML
|
[package]
|
||
|
name = "send_text"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1"
|
||
|
|
||
|
airportdisplay = { path = "../airportdisplay" }
|