heliwatch/Cargo.toml

16 lines
325 B
TOML
Raw Normal View History

2021-10-28 03:36:18 +02:00
[package]
name = "heliwatch"
version = "0.1.0"
edition = "2021"
[dependencies]
2021-10-29 03:10:38 +02:00
futures = "0.3"
2021-10-28 03:36:18 +02:00
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
geo = "0.18"
2021-10-28 18:15:00 +02:00
csv = "1.1"
2021-10-29 03:10:38 +02:00
tokio-xmpp = "3"
xmpp-parsers = "0.18"