gps_info/Cargo.toml

13 lines
269 B
TOML

[package]
name = "gps_info"
version = "0.1.0"
authors = ["localhorst <localhorst@mosad.xyz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serialport = "4.0.1"
nmea-parser = "0.8.0"