Show datetime; take port from an argument.
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
||||
[package]
|
||||
name = "RUST_NMEA_PARSER"
|
||||
name = "gpsll"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serialport = "4.2"
|
||||
nmea = {version = "0.6", features = ["GGA"]}
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
chrono = "0.4.45"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user