heliwatch/collectd-stats/Cargo.toml

11 lines
225 B
TOML
Raw Permalink Normal View History

2021-11-08 23:32:39 +01:00
[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" }