[package] name = "Data_GPS" version = "0.1.1" authors = ["William "] #CHANGE USER TO YOU edition = "2018" description = "A library to get data from a Adafruit Ultimate GPS , using UART." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "Data_GPS" path = "src/datagps.rs" [dependencies] rpi_embedded = "0.1.0"