gps_parser/Cargo.toml
Thomas Klaehn 4e601d553c Transform into library
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-01-15 10:16:54 +01:00

9 lines
119 B
TOML

[package]
name = "gps_parser"
version = "0.1.0"
edition = "2021"
[dependencies]
nmea-parser = "0.11.0"
chrono = "0.4"