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