[package] name = "dragino_lgt92_tools" version = "0.5.0" edition = "2021" description = "Rust tools to work with Dragino's LGT-92 GPS." license = "Unlicense" authors = ["Bruno Dias "] email = "dias.h.bruno@gmail.com" [[bin]] name = "dragino_lgt92_decoder" path = "apps/decoder.rs" [dependencies] bytes = "1.1.0"