heliwatch/heliwatch/Cargo.toml

17 lines
321 B
TOML
Raw Normal View History

2021-11-02 01:27:53 +01:00
[package]
name = "heliwatch"
version = "0.1.0"
edition = "2021"
[dependencies]
futures = "0.3"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
geo = "0.18"
csv = "1.1"
tokio-xmpp = "3"
xmpp-parsers = "0.18"
2021-12-17 01:13:44 +01:00
adsb_deku = "0.4"
2021-11-09 00:56:50 +01:00
beast = { path = "../beast" }