heliwatch/heliwatch/Cargo.toml

17 lines
318 B
TOML
Raw Permalink 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"
2023-09-23 00:26:27 +02:00
geo = "0.26"
2021-11-02 01:27:53 +01:00
csv = "1.1"
tokio-xmpp = "*"
xmpp-parsers = "*"
2023-03-07 00:54:21 +01:00
adsb_deku = "0.6"
2021-11-09 00:56:50 +01:00
beast = { path = "../beast" }