heliwatch/beast/Cargo.toml

11 lines
204 B
TOML
Raw Normal View History

2021-11-08 23:32:39 +01:00
[package]
name = "beast"
description = "Receive ADS-B data from readsb"
2021-12-17 01:13:44 +01:00
version = "0.2.0"
2021-11-08 23:32:39 +01:00
edition = "2021"
[dependencies]
futures = "0.3"
tokio = { version = "1", features = ["full"] }
2021-12-17 01:13:44 +01:00
adsb_deku = "0.4"