initial commit

This commit is contained in:
2025-11-10 18:08:04 -08:00
commit 644af22d0b
4 changed files with 1349 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "gpsd-nmea"
version = "0.1.0"
edition = "2024"
[dependencies]
backoff = { version = "0.4.0", features = ["async-std"] }
clap = { version = "4.5.51", features = ["derive"] }
env_logger = "0.11.8"
futures = "0.3.31"
json = "0.12.4"
log = "0.4.28"
smol = "2.0.2"