initial commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user