JL_IA7 0.1.0

Getting datas from GPS
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "JL_IA7"
version = "0.1.0"
dependencies = [
 "rpi_embedded",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libc"
version = "0.2.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"

[[package]]
name = "rpi_embedded"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eab9bd918b04813ab9d3e952b2ffee37687e7b3b1fdac387abd913c8e70c43"
dependencies = [
 "lazy_static",
 "libc",
]