heliwatch/collectd-stats/Cargo.toml

11 lines
225 B
TOML

[package]
name = "collectd-stats"
description = "ADS-B statistics in collectd"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
nav-types = "0.5"
beast = { path = "../beast" }