[package] name = "ia7" version = "0.1.0" 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 = "tests" path = "src/lib.rs" [dependencies] rpi_embedded = "0.1.0"