[package] name = "yahboom_gps" authors = ["Yen Harvey "] version = "0.1.0" edition = "2021" description = "A Rust library for initializing and reading GPS data from a Yahboom GPS module via a serial port." license = "Apache-2.0" repository = "https://github.com/YenHarvey/yahboom_gps" homepage = "https://github.com/YenHarvey/yahboom_gps" documentation = "https://docs.rs/yahboom_gps" [dependencies] anyhow = "1.0.86" serde = "1.0.203" serde_json = "1.0.117" serialport = "4.3.0"